Home
last modified time | relevance | path

Searched defs:declaration (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/arkguard/
Dtsconfig.json7 "declaration": true, boolean
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/
Dtsconfig.test.json5 "declaration": true, boolean
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp403 …const ir::AstNode *declaration = FindAncestorUntilGivenType(decl->Node(), ir::AstNodeType::SCRIPT_… in GetTypeOfVariable() local
485 …const ir::TSTypeAliasDeclaration *declaration = var->Declaration()->Node()->AsTSTypeAliasDeclarati… in GetTypeFromTypeAliasReference() local
Dobject.cpp450 for (const auto *declaration : decl->Decls()) { in GetBaseTypes() local
510 for (const auto *declaration : decl->Decls()) { in ResolveDeclaredMembers() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectIterator.cpp108 auto *const declaration = left->AsVariableDeclaration(); in ProcessObjectIterator() local
DenumLowering.cpp670 auto *const declaration = checker->AllocNode<ir::VariableDeclaration>( in CreateForLoopInitVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dobject.cpp452 for (const auto *declaration : decl->Decls()) { in GetBaseTypes() local
516 for (const auto *declaration : decl->Decls()) { in ResolveDeclaredMembers() local
Dhelpers.cpp386 …ir::AstNode *declaration = FindAncestorUntilGivenType(decl->Node(), ir::AstNodeType::SCRIPT_FUNCTI… in GetTypeParam() local
530 … ir::TSTypeAliasDeclaration *declaration = var->Declaration()->Node()->AsTSTypeAliasDeclaration(); in GetTypeFromTypeAliasReference() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.cpp38 auto *declaration = checker->AllocNode<ir::VariableDeclaration>( in CreateVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1510 const declaration: ts.VariableDeclaration = ts.factory.createVariableDeclaration( constant
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1599 …auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, Allocator(), std::move(declarators… in ParseVariableDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2180 …auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, std::move(declarators), isDeclare); in ParseVariableDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1867 auto *declaration = AllocNode<ir::VariableDeclaration>(varKind, std::move(declarators), false); in CreateVariableDeclarationWithIdentify() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument