Searched defs:body_ (Results 1 - 25 of 28) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ | ||
| H A D | tsInterfaceBody.h | 65 ArenaVector<AstNode *> body_; member in ark::es2panda::ir::final |
| H A D | tsModuleDeclaration.h | 120 Statement *body_; member in ark::es2panda::ir::TSModuleDeclaration |
| H A D | tsInterfaceDeclaration.h | 204 TSInterfaceBody *body_; member in ark::es2panda::ark::es2panda::ir::TSInterfaceDeclaration |
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ | ||
| H A D | etsTypeReferenceBuilder.h | 45 ArenaVector<AstNode *> body_; member in ark::es2panda::ir::ETSTypeReferenceBuilder |
| H A D | tsInterfaceBodyBuilder.h | 44 ArenaVector<AstNode *> body_; member in ark::es2panda::ir::TSInterfaceBodyBuilder |
| H A D | classDefinitionBuilder.h | 93 ArenaVector<AstNode *> body_; member in ark::es2panda::ir::ClassDefinitionBuilder |
| /arkcompiler/ets_frontend/es2panda/ir/ts/ | ||
| H A D | tsInterfaceBody.h | 51 ArenaVector<Expression *> body_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSInterfaceBody |
| H A D | tsInterfaceDeclaration.h | 91 TSInterfaceBody *body_; member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::TSInterfaceDeclaration |
| H A D | tsModuleDeclaration.h | 93 Statement *body_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::TSModuleDeclaration |
| /arkcompiler/ets_frontend/ets2panda/ir/base/ | ||
| H A D | namespaceDefinition.h | 160 ArenaVector<AstNode *> body_; member in ark::es2panda::ir::NamespaceDefinition |
| H A D | catchClause.h | 92 BlockStatement *body_; member in ark::es2panda::ir::CatchClause |
| H A D | scriptFunction.h | 337 AstNode *body_; member in ark::es2panda::ark::es2panda::ir::ScriptFunction |
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ | ||
| H A D | doWhileStatement.h | 71 Statement *body_; member in ark::es2panda::ark::es2panda::ir::DoWhileStatement |
| H A D | labelledStatement.h | 73 Statement *body_; member in ark::es2panda::ark::es2panda::ir::LabelledStatement |
| H A D | whileStatement.h | 72 Statement *body_; member in ark::es2panda::ark::es2panda::ir::WhileStatement |
| H A D | forInStatement.h | 83 Statement *body_; member in ark::es2panda::ark::es2panda::ir::ForInStatement |
| H A D | forUpdateStatement.h | 94 Statement *body_; member in ark::es2panda::ark::es2panda::ir::ForUpdateStatement |
| H A D | forOfStatement.h | 120 Statement *body_; member in ark::es2panda::ark::es2panda::ark::es2panda::ir::final |
| /arkcompiler/ets_frontend/es2panda/ir/statements/ | ||
| H A D | whileStatement.h | 73 Statement *body_; member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::WhileStatement |
| H A D | doWhileStatement.h | 72 Statement *body_; member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::DoWhileStatement |
| H A D | labelledStatement.h | 60 Statement *body_; member in panda::es2panda::panda::es2panda::panda::es2panda::ir::LabelledStatement |
| H A D | forInStatement.h | 84 Statement *body_; member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ForInStatement |
| H A D | forOfStatement.h | 93 Statement *body_; member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ForOfStatement |
| H A D | forUpdateStatement.h | 100 Statement *body_; member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ForUpdateStatement |
| /arkcompiler/ets_frontend/es2panda/ir/base/ | ||
| H A D | catchClause.h | 80 BlockStatement *body_; member in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::CatchClause |
Completed in 10 milliseconds