Changeset 46da46b for src/Parser/ParseNode.h
- Timestamp:
- May 2, 2023, 3:44:31 AM (3 years ago)
- Branches:
- ast-experimental, master, stuck-waitfor-destruct
- Children:
- 0c840fc
- Parents:
- 1ab773e0
- File:
-
- 1 edited
-
src/Parser/ParseNode.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ParseNode.h
r1ab773e0 r46da46b 189 189 DimensionExpr * build_dimensionref( const std::string * name ); 190 190 191 Expression * build_cast( DeclarationNode * decl_node, ExpressionNode * expr_node );191 Expression * build_cast( DeclarationNode * decl_node, ExpressionNode * expr_node, CastExpr::CastKind kind = CastExpr::Default ); 192 192 Expression * build_keyword_cast( AggregateDecl::Aggregate target, ExpressionNode * expr_node ); 193 193 Expression * build_virtual_cast( DeclarationNode * decl_node, ExpressionNode * expr_node );
Note:
See TracChangeset
for help on using the changeset viewer.