Ignore:
Timestamp:
Jun 26, 2018, 1:17:11 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, 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
Message:

Update Indexer handling for typedefs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

    r0b3b2ae red34540  
    7171                TraitDecl *lookupTrait( const std::string &id ) const;
    7272
     73                /// Gets the type declaration with the given ID at global scope
     74                NamedTypeDecl *globalLookupType( const std::string &id ) const;
    7375                /// Gets the struct declaration with the given ID at global scope
    7476                StructDecl *globalLookupStruct( const std::string &id ) const;
Note: See TracChangeset for help on using the changeset viewer.