Home
last modified time | relevance | path

Searched defs:node (Results 251 - 275 of 2226) sorted by relevance

1...<<11121314151617181920>>...90

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsMethodSignatureBuilder.h55 auto node = AllocNode(key_, std::move(*signature_), computed_, optional_); in Build() local
H A DtsMappedTypeBuilder.h55 auto node = AllocNode(typeParameter_, typeAnnotation_, readonly_, optional_); in Build() local
H A DtsNamedTupleMemberBuilder.h49 auto node = AllocNode(label_, elementType_, optional_); in Build() local
H A DtsSignatureDeclarationBuilder.h43 auto node = AllocNode(kind_, std::move(*signature_)); in Build() local
H A DtsTypeAliasDeclarationBuilder.h55 auto node = AllocNode(Allocator(), id_, typeParams_, typeAnnotation_, declare_); in Build() local
H A DtsTypeParameterDeclarationBuilder.h46 auto node = AllocNode(std::move(params_), requiredParams_); in Build() local
H A DtsTypePredicateBuilder.h49 auto node = AllocNode(parameterName_, typeAnnotation_, asserts_); in Build() local
H A DtsTypeParameterInstantiationBuilder.h46 auto *node = AllocNode(std::move(params_)); in Build() local
H A DtsTypeParameterBuilder.h49 auto node = AllocNode(name_, constraint_, defaultType_); in Build() local
H A DtsTypeOperatorBuilder.h43 auto node = AllocNode(type_, operatorType_); in Build() local
H A DupdateExpressionBuilder.h49 auto *node = AllocNode(argument_, operator_, prefix_); in Build() local
H A DunaryExpressionBuilder.h43 auto *node = AllocNode(argument_, operator_); in Build() local
H A DvariableDeclaratorBuilder.h43 auto *node = AllocNode(flag_, id_, init_); in Build() local
H A DyieldExpressionBuilder.h43 auto node = AllocNode(argument_, delegate_); in Build() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlreference.cpp37 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 DoptionalChain.cpp22 OptionalChain::OptionalChain(PandaGen *pg, const ir::AstNode *node) : pg_(pg), node_(node), prev_(pg->optionalChain_) in OptionalChain() argument
H A Dhoisting.cpp97 auto *node = var->Declaration()->Node(); in HoistNameSpaceImports() local
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DgeneratorFunctionBuilder.cpp24 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 DtemplateLiteral.cpp57 const ir::AstNode *node = nullptr; in Compile() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DclassDeclaration.cpp63 const auto *node = def_->Ident() ? def_->Ident() : this->Parent(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckScopeDeclaration.cpp47 auto const *const node = scope->Node(); in CheckScope() local
[all...]
H A DvariableHasEnclosingScope.cpp43 const auto node = scope->Node(); in operator ()() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/typeChecker/
H A DTypeChecker.h31 bool Check(ir::AstNode *node) in Check() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_tracker.cpp40 Node *node = snapshot_->AddNode(address, size); in AllocationEvent() local
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_keyboard.cpp43 std::string node; in GetDevice() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...90