Changes in src/SymTab/Indexer.h [1ba88a0:8884112]
- File:
-
- 1 edited
-
src/SymTab/Indexer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
r1ba88a0 r8884112 128 128 static void deleteRef( Impl *toFree ); 129 129 130 // Removes matching autogenerated constructors and destructors131 // so that they will not be selected132 // void removeSpecialOverrides( FunctionDecl *decl );133 void removeSpecialOverrides( const std::string &id, std::list< DeclarationWithType * > & out ) const;134 135 130 /// Ensures that tables variable is writable (i.e. allocated, uniquely owned by this Indexer, and at the current scope) 136 131 void makeWritable();
Note:
See TracChangeset
for help on using the changeset viewer.