| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsMethodSignatureBuilder.h | 55 auto node = AllocNode(key_, std::move(*signature_), computed_, optional_); in Build() local
|
| H A D | tsMappedTypeBuilder.h | 55 auto node = AllocNode(typeParameter_, typeAnnotation_, readonly_, optional_); in Build() local
|
| H A D | tsNamedTupleMemberBuilder.h | 49 auto node = AllocNode(label_, elementType_, optional_); in Build() local
|
| H A D | tsSignatureDeclarationBuilder.h | 43 auto node = AllocNode(kind_, std::move(*signature_)); in Build() local
|
| H A D | tsTypeAliasDeclarationBuilder.h | 55 auto node = AllocNode(Allocator(), id_, typeParams_, typeAnnotation_, declare_); in Build() local
|
| H A D | tsTypeParameterDeclarationBuilder.h | 46 auto node = AllocNode(std::move(params_), requiredParams_); in Build() local
|
| H A D | tsTypePredicateBuilder.h | 49 auto node = AllocNode(parameterName_, typeAnnotation_, asserts_); in Build() local
|
| H A D | tsTypeParameterInstantiationBuilder.h | 46 auto *node = AllocNode(std::move(params_)); in Build() local
|
| H A D | tsTypeParameterBuilder.h | 49 auto node = AllocNode(name_, constraint_, defaultType_); in Build() local
|
| H A D | tsTypeOperatorBuilder.h | 43 auto node = AllocNode(type_, operatorType_); in Build() local
|
| H A D | updateExpressionBuilder.h | 49 auto *node = AllocNode(argument_, operator_, prefix_); in Build() local
|
| H A D | unaryExpressionBuilder.h | 43 auto *node = AllocNode(argument_, operator_); in Build() local
|
| H A D | variableDeclaratorBuilder.h | 43 auto *node = AllocNode(flag_, id_, init_); in Build() local
|
| H A D | yieldExpressionBuilder.h | 43 auto node = AllocNode(argument_, delegate_); in Build() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | lreference.cpp | 37 LReference::LReference(const ir::AstNode *node, PandaGen *pg, bool isDeclaration, ReferenceKind refKind, in LReference() argument 158 LReference LReference::CreateLRef(PandaGen *pg, const ir::AstNode *node, bool isDeclaration) in CreateLRef() argument [all...] |
| H A D | optionalChain.cpp | 22 OptionalChain::OptionalChain(PandaGen *pg, const ir::AstNode *node) : pg_(pg), node_(node), prev_(pg->optionalChain_) in OptionalChain() argument
|
| H A D | hoisting.cpp | 97 auto *node = var->Declaration()->Node(); in HoistNameSpaceImports() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/function/ |
| H A D | generatorFunctionBuilder.cpp | 24 void GeneratorFunctionBuilder::Prepare(const ir::ScriptFunction *node) in Prepare() argument 65 Yield(const ir::AstNode *node) Yield() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | templateLiteral.cpp | 57 const ir::AstNode *node = nullptr; in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | classDeclaration.cpp | 63 const auto *node = def_->Ident() ? def_->Ident() : this->Parent(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | checkScopeDeclaration.cpp | 47 auto const *const node = scope->Node(); in CheckScope() local [all...] |
| H A D | variableHasEnclosingScope.cpp | 43 const auto node = scope->Node(); in operator ()() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/checker/typeChecker/ |
| H A D | TypeChecker.h | 31 bool Check(ir::AstNode *node) in Check() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_tracker.cpp | 40 Node *node = snapshot_->AddNode(address, size); in AllocationEvent() local
|
| /base/msdp/device_status/tools/vdev/src/ |
| H A D | virtual_keyboard.cpp | 43 std::string node; in GetDevice() local
|