Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dorganize_imports.cpp27 bool IsImportUsed(es2panda_Context *ctx, const ImportSpecifier &spec) in IsImportUsed()
73 void ProcessImportSpecifier(ir::AstNode *spec, bool isTypeOnly, ImportInfo &info) in ProcessImportSpecifier()
144 for (auto *spec : specifiers) { in CollectImports() local
183 const auto &spec = namedImport; in GenerateTextChanges() local
Dquick_info.cpp1074 for (auto spec : specifiers) { in CreateDisplayForImportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DexportNamedDeclarationBuilder.h32 ExportNamedDeclarationBuilder &AddSpecifier(ExportSpecifier *spec) in AddSpecifier()
DimportDeclarationBuilder.h38 ImportDeclarationBuilder &AddSpecifier(AstNode *spec) in AddSpecifier()
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dsummary.rb19 def initialize(spec) argument
Dfull_md.rb25 def initialize(spec) argument
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/
Dsummary.rb19 def initialize(spec) argument
Dfull_md.rb25 def initialize(spec) argument
/arkcompiler/ets_frontend/ets2panda/ir/module/
DexportNamedDeclaration.cpp87 for (const auto *spec : specifiers_) { in Dump() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DentityDeclarator.cpp86 auto *spec = checker->AllocNode<ir::ImportSpecifier>(imported, local); in CreateIrImport() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/
Dtest_metadata.py80 spec: Optional[str] = None variable in TestMetadata
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp72 for (auto spec : decl->Specifiers()) { in PopulateAliasMap() local
188 for (auto spec : exportDecl->Specifiers()) { in VisitExportNamedDeclaration() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/
Dtest_metadata.py89 spec: str | None = None variable in TestMetadata
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_ast_node_type_analyzer.cpp194 auto *spec = exports[i]; in DetectNodeTypes() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1135 for (auto spec : specs.result) { in ParseExport() local
1142 for (auto spec : specs.resultExportDefault) { in ParseExport() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_codegen.cpp691 DILineInfoSpecifier spec; in GetCalleeReg2Offset() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp376 for (auto *spec : exportDecl->Specifiers()) { in VisitExportNamedDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2653 } else if (auto spec = SelectLooseObjComparator( // try to select specific type in RefEqualityLoose() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2764 for (auto *spec : st->Specifiers()) { in Check() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts8839 for (const spec of forbiddenNamed) { constant