| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsInterfaceBody.h | 30 explicit TSInterfaceBody(ArenaVector<AstNode *> &&body) in TSInterfaceBody() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | catchClauseBuilder.h | 35 CatchClauseBuilder &SetBody(BlockStatement *body) in SetBody() argument
|
| H A D | doWhileStatementBuilder.h | 35 DoWhileStatementBuilder &SetBody(Statement *body) in SetBody() argument
|
| H A D | labelledStatementBuilder.h | 35 LabelledStatementBuilder &SetBody(Statement *body) in SetBody() argument
|
| H A D | tsInterfaceBodyBuilder.h | 31 TSInterfaceBodyBuilder &AddBody(AstNode *body) in AddBody() argument
|
| H A D | whileStatementBuilder.h | 35 WhileStatementBuilder &SetBody(Statement *body) in SetBody() argument
|
| H A D | forOfStatementBuilder.h | 41 ForOfStatementBuilder &SetBody(Statement *body) in SetBody() argument
|
| H A D | forInStatementBuilder.h | 41 ForInStatementBuilder &SetBody(Statement *body) in SetBody() argument
|
| H A D | forUpdateStatementBuilder.h | 41 ForUpdateStatementBuilder &SetBody(Statement *body) in SetBody() argument
|
| H A D | tsModuleDeclarationBuilder.h | 35 TSModuleDeclarationBuilder &SetBody(Statement *body) in SetBody() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsInterfaceBody.h | 34 explicit TSInterfaceBody(ArenaVector<Expression *> &&body) in TSInterfaceBody() argument
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | forLoopCorrectlyInitialized.cpp | 76 auto const *body = ast->AsForUpdateStatement()->Body(); in HandleForUpdateStatement() local
|
| H A D | checkInfiniteLoop.cpp | 71 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 D | enumLowering.h | 47 ArenaVector<ir::Statement *> &&body; member
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | namespaceDefinition.h | 42 explicit NamespaceDefinition(Identifier *ident, ArenaVector<AstNode *> &&body, MethodDefinition *ctor, in NamespaceDefinition() argument 116 void AddProperties(ArenaVector<AstNode *> &&body) in AddProperties() argument
|
| H A D | catchClause.h | 28 explicit CatchClause(Expression *param, BlockStatement *body) in CatchClause() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | doWhileStatement.h | 30 explicit DoWhileStatement(Statement *body, Expression *test) in DoWhileStatement() argument
|
| H A D | labelledStatement.h | 31 explicit LabelledStatement(Identifier *ident, Statement *body) in LabelledStatement() argument
|
| H A D | whileStatement.h | 30 explicit WhileStatement(Expression *test, Statement *body) in WhileStatement() argument
|
| H A D | forInStatement.h | 30 explicit ForInStatement(AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
|
| H A D | forUpdateStatement.h | 30 explicit ForUpdateStatement(AstNode *init, Expression *test, Expression *update, Statement *body) in ForUpdateStatement() argument
|
| H A D | forOfStatement.h | 50 explicit ForOfStatement(AstNode *left, Expression *right, Statement *body, bool const isAwait) in ForOfStatement() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | whileStatement.h | 40 explicit WhileStatement(binder::LoopScope *scope, Expression *test, Statement *body) in WhileStatement() argument
|
| H A D | doWhileStatement.h | 40 explicit DoWhileStatement(binder::LoopScope *scope, Statement *body, Expression *test) in DoWhileStatement() argument
|
| H A D | labelledStatement.h | 37 explicit LabelledStatement(Identifier *ident, Statement *body) in LabelledStatement() argument
|