Home
last modified time | relevance | path

Searched defs:SetBody (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DlabelledStatementBuilder.h35 LabelledStatementBuilder &SetBody(Statement *body) in SetBody() function
DcatchClauseBuilder.h35 CatchClauseBuilder &SetBody(BlockStatement *body) in SetBody() function
DwhileStatementBuilder.h35 WhileStatementBuilder &SetBody(Statement *body) in SetBody() function
DdoWhileStatementBuilder.h35 DoWhileStatementBuilder &SetBody(Statement *body) in SetBody() function
DforInStatementBuilder.h41 ForInStatementBuilder &SetBody(Statement *body) in SetBody() function
DforUpdateStatementBuilder.h41 ForUpdateStatementBuilder &SetBody(Statement *body) in SetBody() function
DforOfStatementBuilder.h41 ForOfStatementBuilder &SetBody(Statement *body) in SetBody() function
DtsModuleDeclarationBuilder.h35 TSModuleDeclarationBuilder &SetBody(Statement *body) in SetBody() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunction.h124 void SetBody(AstNode *body) noexcept in SetBody() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h743 void SetBody(BlockNode *node) in SetBody() function