Changeset ecae5860 for src/Parser/TypedefTable.h
- Timestamp:
- Jun 1, 2018, 7:53:43 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- adb6a4f1
- Parents:
- b368dd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypedefTable.h
rb368dd8 recae5860 10 10 // Created On : Sat May 16 15:24:36 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed May 30 17:02:49201813 // Update Count : 8 212 // Last Modified On : Thu May 31 23:23:47 2018 13 // Update Count : 83 14 14 // 15 15 … … 32 32 void changeKind( const std::string & identifier, int kind ); 33 33 void makeTypedef( const std::string & name ); 34 void addToScope( const std::string & identifier, int kind /*, const char **/);35 void addToEnclosingScope( const std::string & identifier, int kind /*, const char */);34 void addToScope( const std::string & identifier, int kind, const char * ); 35 void addToEnclosingScope( const std::string & identifier, int kind, const char * ); 36 36 37 37 void enterScope();
Note: See TracChangeset
for help on using the changeset viewer.