Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

    r09d1ad0 r5447e09  
    5959                virtual void visit( UntypedOffsetofExpr *offsetofExpr );
    6060                virtual void visit( OffsetofExpr *offsetofExpr );
    61                 virtual void visit( OffsetPackExpr *offsetPackExpr );
    6261                virtual void visit( AttrExpr *attrExpr );
    6362                virtual void visit( LogicalExpr *logicalExpr );
     
    9998                DeclarationWithType *lookupIdAtScope( const std::string &id, const std::string &mangleName, unsigned long scope ) const;
    10099                /// returns true if there exists a declaration with C linkage and the given name with a different mangled name
    101                 bool hasIncompatibleCDecl( const std::string &id, const std::string &mangleName, unsigned long scope ) const;
     100                bool hasIncompatibleCDecl( const std::string &id, const std::string &mangleName ) const;
    102101                // equivalents to lookup functions that only look at tables at scope `scope` (which should be >= tables->scope)
    103102                NamedTypeDecl *lookupTypeAtScope( const std::string &id, unsigned long scope ) const;
Note: See TracChangeset for help on using the changeset viewer.