Changeset 8d25360 for src/Parser/TypeData.h
- Timestamp:
- Feb 13, 2019, 12:24:12 PM (4 years ago)
- Branches:
- no_list
- Children:
- 80eefcb
- Parents:
- bbbc067
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypeData.h
rbbbc067 r8d25360 130 130 TypeofType * buildTypeof( const TypeData * ); 131 131 Declaration * buildDecl( const TypeData *, const std::string &, Type::StorageClasses, Expression *, Type::FuncSpecifiers funcSpec, LinkageSpec::Spec, Expression * asmName, 132 Initializer * init = nullptr, std::vector< Attribute * >attributes = std::vector< Attribute * >() );132 Initializer * init = nullptr, const std::vector< Attribute * > & attributes = std::vector< Attribute * >() ); 133 133 FunctionType * buildFunction( const TypeData * ); 134 134 void buildKRFunction( const TypeData::Function_t & function );
Note: See TracChangeset
for help on using the changeset viewer.