Home
last modified time | relevance | path

Searched refs:SetExpression (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp157 auto exprStmnt = ExpressionStatementBuilder(Allocator()).SetExpression(binaryExpr).Build(); in TEST_F()
171 auto exprStmnt = ExpressionStatementBuilder(Allocator()).SetExpression(binaryExpr).Build(); in TEST_F()
255 auto exprStmnt = ExpressionStatementBuilder(Allocator()).SetExpression(binaryExpr).Build(); in TEST_F()
268 auto consStmnt = ExpressionStatementBuilder(Allocator()).SetExpression(binaryExpr).Build(); in TEST_F()
269 auto alterStmnt = ExpressionStatementBuilder(Allocator()).SetExpression(binaryExpr).Build(); in TEST_F()
321 TSClassImplementsBuilder(Allocator()).SetExpression(binaryExpr).SetTypeParameters(typeParams).Build(); in TEST_F()
334 auto consStmnt = ExpressionStatementBuilder(Allocator()).SetExpression(binaryExpr).Build(); in TEST_F()
412 auto exprStmnt = ExpressionStatementBuilder(Allocator()).SetExpression(binaryExpr).Build(); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DchainExpressionBuilder.h29 ChainExpressionBuilder &SetExpression(Expression *expression) in SetExpression() function in ark::es2panda::ir::ChainExpressionBuilder
H A DdecoratorBuilder.h29 DecoratorBuilder &SetExpression(Expression *expression) in SetExpression() function in ark::es2panda::ir::DecoratorBuilder
H A DetsLaunchExpressionBuilder.h29 ETSLaunchExpressionBuilder &SetExpression(CallExpression *expr) in SetExpression() function in ark::es2panda::ir::ETSLaunchExpressionBuilder
H A DetsClassLiteralBuilder.h29 ETSClassLiteralBuilder &SetExpression(ir::TypeNode *expr) in SetExpression() function in ark::es2panda::ir::ETSClassLiteralBuilder
H A DexpressionStatementBuilder.h29 ExpressionStatementBuilder &SetExpression(Expression *expr) in SetExpression() function in ark::es2panda::ir::ExpressionStatementBuilder
H A DtsArrayTypeBuilder.h29 TSArrayTypeBuilder &SetExpression(TypeNode *elementType) in SetExpression() function in ark::es2panda::ir::TSArrayTypeBuilder
H A DtsNonNullExpressionBuilder.h29 TSNonNullExpressionBuilder &SetExpression(Expression *expr) in SetExpression() function in ark::es2panda::ir::TSNonNullExpressionBuilder
H A DetsParameterExpressionBuilder.h29 ETSParameterExpressionBuilder &SetExpression(AnnotatedExpression *identOrSpread) in SetExpression() function in ark::es2panda::ir::ETSParameterExpressionBuilder
H A DprefixAssertionExpressionBuilder.h29 PrefixAssertionExpressionBuilder &SetExpression(Expression *expr) in SetExpression() function in ark::es2panda::ir::PrefixAssertionExpressionBuilder
H A DtsAsExpressionBuilder.h29 TSAsExpressionBuilder &SetExpression(Expression *expression) in SetExpression() function in ark::es2panda::ir::TSAsExpressionBuilder
H A DtsClassImplementsBuilder.h29 TSClassImplementsBuilder &SetExpression(Expression *expression) in SetExpression() function in ark::es2panda::ir::TSClassImplementsBuilder
H A DtsTypeAssertionBuilder.h29 TSTypeAssertionBuilder &SetExpression(Expression *expression) in SetExpression() function in ark::es2panda::ir::TSTypeAssertionBuilder

Completed in 4 milliseconds