Home
last modified time | relevance | path

Searched defs:declaration (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DobjectIterator.cpp108 auto *const declaration = left->AsVariableDeclaration(); in ProcessObjectIterator() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp38 auto *declaration = checker->AllocNode<ir::VariableDeclaration>( in CreateVariableDeclaration() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dhelpers.cpp413 const ir::AstNode *declaration = FindAncestorUntilGivenType(decl->Node(), ir::AstNodeType::SCRIPT_FUNCTION); in GetTypeOfVariable() local
495 const ir::TSTypeAliasDeclaration *declaration = var->Declaration()->Node()->AsTSTypeAliasDeclaration(); GetTypeFromTypeAliasReference() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dhelpers.cpp373 ir::AstNode *declaration = FindAncestorUntilGivenType(decl->Node(), ir::AstNodeType::SCRIPT_FUNCTION); in GetTypeParam() local
517 ir::TSTypeAliasDeclaration *declaration = var->Declaration()->Node()->AsTSTypeAliasDeclaration(); GetTypeFromTypeAliasReference() local
[all...]
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementParser.cpp1431 auto *declaration = ParseVariableDeclaration() local
[all...]
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1878 auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, std::move(declarators), false); in CreateVariableDeclarationWithIdentify() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2192 auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, std::move(declarators), isDeclare); ParseVariableDeclaration() local
[all...]

Completed in 20 milliseconds