| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | get_compiler_options_diagnostics_test.cpp | 37 DiagnosticReferences diagnostics; in MockGetGlobalDiagnostics() local 52 DiagnosticReferences diagnostics; in MockGetOptionDiagnostics() local 81 DiagnosticReferences diagnostics = MockGetGlobalDiagnostics(files, texts); in TEST_F() local 99 DiagnosticReferences diagnostics = MockGetGlobalDiagnostics(files, texts); in TEST_F() local 117 DiagnosticReferences diagnostics = MockGetGlobalDiagnostics(files, texts); in TEST_F() local 157 DiagnosticReferences diagnostics = MockGetGlobalDiagnostics(files, texts); in TEST_F() local 192 DiagnosticReferences diagnostics = MockGetOptionDiagnostics(files, texts); in TEST_F() local 222 DiagnosticReferences diagnostics = MockGetOptionDiagnostics(files, texts); in TEST_F() local 253 DiagnosticReferences diagnostics = MockGetOptionDiagnostics(files, texts); in TEST_F() local 291 DiagnosticReferences diagnostics = MockGetOptionDiagnostics(files, texts); in TEST_F() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/compiler/ |
| D | Compiler.ts | 38 const diagnostics = ts.getPreEmitDiagnostics(program); constant 48 const diagnostics: ts.Diagnostic[] = []; constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-diagnostics/ |
| D | GetTscDiagnostics.ts | 33 const diagnostics = tscDiagnosticsLinter.getStrictDiagnostics(file.fileName); constant
|
| /arkcompiler/ets_frontend/ets2panda/util/diagnostic/ |
| D | diagnostic.rb | 24 def diagnostics method
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/sdk/linter_1_1/ |
| D | LintParameter.ts | 23 diagnostics: ts.Diagnostic[]; property
|
| D | RunArkTSLinter.ts | 57 const diagnostics: ts.Diagnostic[] = []; constant 83 diagnostics, constant
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | es2panda_public_test.cpp | 37 auto diagnostics = GetImpl()->GetSemanticErrors(GetContext()); in TEST_F() local 83 auto diagnostics = GetImpl()->GetPluginErrors(GetContext()); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ts-compiler/ |
| D | Compiler.ts | 35 const diagnostics = ts.getPreEmitDiagnostics(program); constant
|
| /arkcompiler/ets_frontend/ets2panda/bindings/test/expected/ |
| D | getSemanticDiagnostics.json | 3 "diagnostics": [] array 6 "diagnostics": [ array
|
| D | getSyntacticDiagnostics.json | 3 "diagnostics": [] array 6 "diagnostics": [ array
|
| D | getSuggestionDiagnostics.json | 3 "diagnostics": [ array
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | code_fix_provider.cpp | 159 const std::vector<Diagnostic> &diagnostics) in ShouldIncludeFixAll() 192 auto diagnostics = GetDiagnostics(context); in EachDiagnostic() local
|
| D | api.cpp | 183 …const auto &diagnostics = ctx->diagnosticEngine->GetDiagnosticStorage(util::DiagnosticType::SEMANT… in GetSemanticDiagnostics() local 194 …const auto &diagnostics = ctx->diagnosticEngine->GetDiagnosticStorage(util::DiagnosticType::SYNTAX… in GetSyntacticDiagnostics() local
|
| D | internal_api.cpp | 580 …const auto &diagnostics = ctx->diagnosticEngine->GetDiagnosticStorage(util::DiagnosticType::FATAL); in GetGlobalDiagnostics() local 593 …const auto &diagnostics = ctx->diagnosticEngine->GetDiagnosticStorage(util::DiagnosticType::ARKTS_… in GetOptionDiagnostics() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/register_code_fix/ |
| D | ui_plugin_suggest.cpp | 57 const auto &diagnostics = ctx->diagnosticEngine->GetDiagnosticStorage(type); in GetUIPluginCodeFixesByDiagType() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/cli/ |
| D | CommandLineParser.ts | 342 const diagnostics: ts.Diagnostic[] = []; constant
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | lspNode.ts | 162 readonly diagnostics: LspDiagnosticNode[]; property in LspDiagsNode
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|