Home
last modified time | relevance | path

Searched defs:body (Results 1 - 25 of 74) sorted by relevance

123

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsInterfaceBody.h30 explicit TSInterfaceBody(ArenaVector<AstNode *> &&body) in TSInterfaceBody() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DcatchClauseBuilder.h35 CatchClauseBuilder &SetBody(BlockStatement *body) in SetBody() argument
H A DdoWhileStatementBuilder.h35 DoWhileStatementBuilder &SetBody(Statement *body) in SetBody() argument
H A DlabelledStatementBuilder.h35 LabelledStatementBuilder &SetBody(Statement *body) in SetBody() argument
H A DtsInterfaceBodyBuilder.h31 TSInterfaceBodyBuilder &AddBody(AstNode *body) in AddBody() argument
H A DwhileStatementBuilder.h35 WhileStatementBuilder &SetBody(Statement *body) in SetBody() argument
H A DforOfStatementBuilder.h41 ForOfStatementBuilder &SetBody(Statement *body) in SetBody() argument
H A DforInStatementBuilder.h41 ForInStatementBuilder &SetBody(Statement *body) in SetBody() argument
H A DforUpdateStatementBuilder.h41 ForUpdateStatementBuilder &SetBody(Statement *body) in SetBody() argument
H A DtsModuleDeclarationBuilder.h35 TSModuleDeclarationBuilder &SetBody(Statement *body) in SetBody() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsInterfaceBody.h34 explicit TSInterfaceBody(ArenaVector<Expression *> &&body) in TSInterfaceBody() argument
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DforLoopCorrectlyInitialized.cpp76 auto const *body = ast->AsForUpdateStatement()->Body(); in HandleForUpdateStatement() local
H A DcheckInfiniteLoop.cpp71 auto const *body = stmt->Body(); in HandleWhileStatement() local
89 auto const *body = stmt->Body(); in HandleDoWhileStatement() local
107 auto const *body = stmt->Body(); HandleForUpdateStatement() local
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DenumLowering.h47 ArenaVector<ir::Statement *> &&body; member
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DnamespaceDefinition.h42 explicit NamespaceDefinition(Identifier *ident, ArenaVector<AstNode *> &&body, MethodDefinition *ctor, in NamespaceDefinition() argument
116 void AddProperties(ArenaVector<AstNode *> &&body) in AddProperties() argument
H A DcatchClause.h28 explicit CatchClause(Expression *param, BlockStatement *body) in CatchClause() argument
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DdoWhileStatement.h30 explicit DoWhileStatement(Statement *body, Expression *test) in DoWhileStatement() argument
H A DlabelledStatement.h31 explicit LabelledStatement(Identifier *ident, Statement *body) in LabelledStatement() argument
H A DwhileStatement.h30 explicit WhileStatement(Expression *test, Statement *body) in WhileStatement() argument
H A DforInStatement.h30 explicit ForInStatement(AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
H A DforUpdateStatement.h30 explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement() argument
H A DforOfStatement.h50 explicit ForOfStatement(AstNode *left, Expression *right, Statement *body, bool const isAwait) in ForOfStatement() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DwhileStatement.h40 explicit WhileStatement(binder::LoopScope *scope, Expression *test, Statement *body) in WhileStatement() argument
H A DdoWhileStatement.h40 explicit DoWhileStatement(binder::LoopScope *scope, Statement *body, Expression *test) in DoWhileStatement() argument
H A DlabelledStatement.h37 explicit LabelledStatement(Identifier *ident, Statement *body) in LabelledStatement() argument

Completed in 6 milliseconds

123