Ignore:
Timestamp:
May 2, 2023, 3:44:31 AM (3 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ast-experimental, master, stuck-waitfor-destruct
Children:
0c840fc
Parents:
1ab773e0
Message:

current progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ParseNode.h

    r1ab773e0 r46da46b  
    189189DimensionExpr * build_dimensionref( const std::string * name );
    190190
    191 Expression * build_cast( DeclarationNode * decl_node, ExpressionNode * expr_node );
     191Expression * build_cast( DeclarationNode * decl_node, ExpressionNode * expr_node, CastExpr::CastKind kind = CastExpr::Default );
    192192Expression * build_keyword_cast( AggregateDecl::Aggregate target, ExpressionNode * expr_node );
    193193Expression * build_virtual_cast( DeclarationNode * decl_node, ExpressionNode * expr_node );
Note: See TracChangeset for help on using the changeset viewer.