Home
last modified time | relevance | path

Searched refs:SetBody (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DcatchClauseBuilder.h35 CatchClauseBuilder &SetBody(BlockStatement *body) in SetBody() function in ark::es2panda::ir::CatchClauseBuilder
H A DdoWhileStatementBuilder.h35 DoWhileStatementBuilder &SetBody(Statement *body) in SetBody() function in ark::es2panda::ir::DoWhileStatementBuilder
H A DforOfStatementBuilder.h41 ForOfStatementBuilder &SetBody(Statement *body) in SetBody() function in ark::es2panda::ir::ForOfStatementBuilder
H A DforInStatementBuilder.h41 ForInStatementBuilder &SetBody(Statement *body) in SetBody() function in ark::es2panda::ir::ForInStatementBuilder
H A DlabelledStatementBuilder.h35 LabelledStatementBuilder &SetBody(Statement *body) in SetBody() function in ark::es2panda::ir::LabelledStatementBuilder
H A DwhileStatementBuilder.h35 WhileStatementBuilder &SetBody(Statement *body) in SetBody() function in ark::es2panda::ir::WhileStatementBuilder
H A DforUpdateStatementBuilder.h41 ForUpdateStatementBuilder &SetBody(Statement *body) in SetBody() function in ark::es2panda::ir::ForUpdateStatementBuilder
H A DtsModuleDeclarationBuilder.h35 TSModuleDeclarationBuilder &SetBody(Statement *body) in SetBody() function in ark::es2panda::ir::TSModuleDeclarationBuilder
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DexpressionLambdaLowering.cpp41 function->SetBody(block); in ConvertExpression()
H A DlambdaLowering.cpp963 func->SetBody(util::NodeAllocator::ForceSetParent<ir::BlockStatement>(allocator, allocator, std::move(bodyStmts))); in CreateWrappingLambda()
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DscriptFunction.h126 void SetBody(AstNode *body) noexcept
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_function.cpp474 SetBody(codeMemPool->New<BlockNode>()); in NewBody()
H A Dmir_lower.cpp413 func.SetBody(newBody); in LowerFunc()
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp413 auto whileStmnt = WhileStatementBuilder(Allocator()).SetTest(binaryExpr).SetBody(exprStmnt).Build(); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_function.h743 void SetBody(BlockNode *node) in SetBody() function in maple::MIRFunction
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dlower.cpp928 func.SetBody(newBody); in LowerFunc()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1859 asyncFunc->SetBody(nullptr); in CreateAsyncImplMethod()

Completed in 19 milliseconds