Changeset ed34540 for src/SymTab/Indexer.h
- Timestamp:
- Jun 26, 2018, 1:17:11 PM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 88d955f
- Parents:
- 0b3b2ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
r0b3b2ae red34540 71 71 TraitDecl *lookupTrait( const std::string &id ) const; 72 72 73 /// Gets the type declaration with the given ID at global scope 74 NamedTypeDecl *globalLookupType( const std::string &id ) const; 73 75 /// Gets the struct declaration with the given ID at global scope 74 76 StructDecl *globalLookupStruct( const std::string &id ) const;
Note: See TracChangeset
for help on using the changeset viewer.