Changes in src/SymTab/Indexer.h [09d1ad0:5447e09]
- File:
-
- 1 edited
-
src/SymTab/Indexer.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
r09d1ad0 r5447e09 59 59 virtual void visit( UntypedOffsetofExpr *offsetofExpr ); 60 60 virtual void visit( OffsetofExpr *offsetofExpr ); 61 virtual void visit( OffsetPackExpr *offsetPackExpr );62 61 virtual void visit( AttrExpr *attrExpr ); 63 62 virtual void visit( LogicalExpr *logicalExpr ); … … 99 98 DeclarationWithType *lookupIdAtScope( const std::string &id, const std::string &mangleName, unsigned long scope ) const; 100 99 /// 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; 102 101 // equivalents to lookup functions that only look at tables at scope `scope` (which should be >= tables->scope) 103 102 NamedTypeDecl *lookupTypeAtScope( const std::string &id, unsigned long scope ) const;
Note:
See TracChangeset
for help on using the changeset viewer.