Ignore:
Timestamp:
Jul 12, 2019, 1:51:32 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6f096d2, c6dc7f2
Parents:
fce4e31
Message:

Removed uses of lookupMutableXXX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

    rfce4e31 r8fd52e90  
    6464                /// Gets the top-most type declaration with the given ID
    6565                const NamedTypeDecl * lookupType( const std::string & id ) const;
    66                 NamedTypeDecl * lookupMutableType( const std::string & id ) const;
    6766                /// Gets the top-most struct declaration with the given ID
    6867                const StructDecl * lookupStruct( const std::string & id ) const;
    69                 StructDecl * lookupMutableStruct( const std::string & id ) const;
    7068                /// Gets the top-most enum declaration with the given ID
    7169                const EnumDecl * lookupEnum( const std::string & id ) const;
    72                 EnumDecl * lookupMutableEnum( const std::string & id ) const;
    7370                /// Gets the top-most union declaration with the given ID
    7471                const UnionDecl * lookupUnion( const std::string & id ) const;
    75                 UnionDecl * lookupMutableUnion( const std::string & id ) const;
    7672                /// Gets the top-most trait declaration with the given ID
    7773                const TraitDecl * lookupTrait( const std::string & id ) const;
    78                 TraitDecl * lookupMutableTrait( const std::string & id ) const;
    7974
    8075                /// Gets the type declaration with the given ID at global scope
Note: See TracChangeset for help on using the changeset viewer.