Changeset 114bde6 for src/SymTab/Indexer.h
- Timestamp:
- Mar 20, 2019, 4:16:54 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 92d41a4
- Parents:
- 181a6af
- File:
-
- 1 edited
-
src/SymTab/Indexer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
r181a6af r114bde6 142 142 const Indexer* atScope( unsigned long scope ) const; 143 143 144 /// Removes matching autogenerated constructors and destructors145 /// so that they will not be selected146 void removeSpecialOverrides( const std::string &id, std::list< IdData > & out ) const;147 148 144 /// Removes matching autogenerated constructors and destructors so that they will not be 149 145 /// selected. If returns false, passed decl should not be added.
Note:
See TracChangeset
for help on using the changeset viewer.