| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | organize_imports.cpp | 27 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
|
| D | quick_info.cpp | 1074 for (auto spec : specifiers) { in CreateDisplayForImportDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| D | exportNamedDeclarationBuilder.h | 32 ExportNamedDeclarationBuilder &AddSpecifier(ExportSpecifier *spec) in AddSpecifier()
|
| D | importDeclarationBuilder.h | 38 ImportDeclarationBuilder &AddSpecifier(AstNode *spec) in AddSpecifier()
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 19 def initialize(spec) argument
|
| D | full_md.rb | 25 def initialize(spec) argument
|
| /arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 19 def initialize(spec) argument
|
| D | full_md.rb | 25 def initialize(spec) argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/module/ |
| D | exportNamedDeclaration.cpp | 87 for (const auto *spec : specifiers_) { in Dump() local
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | entityDeclarator.cpp | 86 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/ |
| D | test_metadata.py | 80 spec: Optional[str] = None variable in TestMetadata
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| D | importExportDecls.cpp | 72 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/ |
| D | test_metadata.py | 89 spec: str | None = None variable in TestMetadata
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_ast_node_type_analyzer.cpp | 194 auto *spec = exports[i]; in DetectNodeTypes() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.cpp | 1135 for (auto spec : specs.result) { in ParseExport() local 1142 for (auto spec : specs.resultExportDefault) { in ParseExport() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_codegen.cpp | 691 DILineInfoSpecifier spec; in GetCalleeReg2Offset() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 376 for (auto *spec : exportDecl->Specifiers()) { in VisitExportNamedDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 2653 } else if (auto spec = SelectLooseObjComparator( // try to select specific type in RefEqualityLoose() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 2764 for (auto *spec : st->Specifiers()) { in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 8839 for (const spec of forbiddenNamed) { constant
|