Changes in src/Parser/ParseNode.h [de62360d:68cd1ce]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
rde62360d r68cd1ce 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Jun 24 14:09:51201513 // Update Count : 8112 // Last Modified On : Sat Jun 13 07:24:22 2015 13 // Update Count : 79 14 14 // 15 15 … … 329 329 DeclarationNode *cloneBaseType( DeclarationNode *newdecl ); 330 330 331 DeclarationNode *appendList( DeclarationNode *);331 DeclarationNode *appendList( DeclarationNode *); 332 332 333 333 DeclarationNode *clone() const; … … 347 347 private: 348 348 StorageClass buildStorageClass() const; 349 bool build FuncSpecifier( StorageClass key) const;349 bool buildInline() const; 350 350 351 351 TypeData *type;
Note:
See TracChangeset
for help on using the changeset viewer.