Changes in src/Parser/ParseNode.h [413ad05:a839867]
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r413ad05 ra839867 10 10 // Created On : Sat May 16 13:28:16 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Aug 28 21:14:51201613 // Update Count : 5 7512 // Last Modified On : Thu Aug 25 22:46:24 2016 13 // Update Count : 564 14 14 // 15 15 … … 243 243 244 244 DeclarationNode *addQualifiers( DeclarationNode *); 245 void checkQualifiers( const TypeData *, constTypeData * );245 void checkQualifiers( TypeData *, TypeData * ); 246 246 DeclarationNode *copyStorageClasses( DeclarationNode *); 247 247 DeclarationNode *addType( DeclarationNode *); … … 308 308 309 309 Type *buildType( TypeData *type ); 310 //Type::Qualifiers buildQualifiers( const TypeData::Qualifiers & qualifiers );311 310 312 311 static inline Type * maybeMoveBuildType( const DeclarationNode *orig ) {
Note:
See TracChangeset
for help on using the changeset viewer.