Changes in src/SymTab/Indexer.h [5447e09:bed4c63e]
- File:
-
- 1 edited
-
src/SymTab/Indexer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
r5447e09 rbed4c63e 97 97 /// looks up a specific mangled ID at the given scope 98 98 DeclarationWithType *lookupIdAtScope( const std::string &id, const std::string &mangleName, unsigned long scope ) const; 99 /// returns true if there exists a declaration with C linkage and the given name with a different mangled name100 bool has IncompatibleCDecl( const std::string &id, const std::string &mangleName) const;99 /// returns true if there exists a declaration with C linkage and the given name 100 bool hasCDeclWithName( const std::string &id ) const; 101 101 // equivalents to lookup functions that only look at tables at scope `scope` (which should be >= tables->scope) 102 102 NamedTypeDecl *lookupTypeAtScope( const std::string &id, unsigned long scope ) const;
Note:
See TracChangeset
for help on using the changeset viewer.