Changeset c7f9f53 for src/Parser
- Timestamp:
- Dec 4, 2023, 5:01:07 PM (12 months ago)
- Branches:
- master
- Children:
- ebadb5d
- Parents:
- 539a8c8
- Location:
- src/Parser
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r539a8c8 rc7f9f53 33 33 #include "Parser/parserutility.h" // for maybeBuild, maybeCopy 34 34 35 class Attribute;36 class Declaration;37 35 struct DeclarationNode; 38 class DeclarationWithType;39 class Initializer;40 36 class InitializerNode; 41 37 class ExpressionNode; -
src/Parser/TypeData.h
r539a8c8 rc7f9f53 133 133 ast::Init * init = nullptr, std::vector<ast::ptr<ast::Attribute>> && attributes = std::vector<ast::ptr<ast::Attribute>>() ); 134 134 ast::FunctionType * buildFunctionType( const TypeData * ); 135 ast::Decl * addEnumBase( Declaration *, const TypeData * );136 135 void buildKRFunction( const TypeData::Function_t & function ); 137 136
Note: See TracChangeset
for help on using the changeset viewer.