Changeset c4f68dc for src/Parser/TypedefTable.h
- Timestamp:
- Jul 25, 2018, 6:13:42 PM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 891790ef
- Parents:
- bd21af5
- git-author:
- Peter A. Buhr <pabuhr@…> (07/25/18 18:12:54)
- git-committer:
- Peter A. Buhr <pabuhr@…> (07/25/18 18:13:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypedefTable.h
rbd21af5 rc4f68dc 10 10 // Created On : Sat May 16 15:24:36 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 10 18:32:23201813 // Update Count : 11 212 // Last Modified On : Wed Jul 25 15:33:55 2018 13 // Update Count : 114 14 14 // 15 15 … … 31 31 32 32 bool exists( const std::string & identifier ); 33 bool existsCurr( const std::string & identifier ); 33 34 int isKind( const std::string & identifier ) const; 34 35 void makeTypedef( const std::string & name, int kind = TYPEDEFname );
Note: See TracChangeset
for help on using the changeset viewer.