| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | diagnostic_test.cpp | 35 …Diagnostic diagnostic(range_, tags, relatedInfoList, DiagnosticSeverity::Error, errorCode, message… in TEST_F() local 52 …Diagnostic diagnostic(range_, tags, relatedInfoList, DiagnosticSeverity::Error, errorCode, message… in TEST_F() local 70 …Diagnostic diagnostic(range_, tags, relatedInfoList, DiagnosticSeverity::Information, errorCode, m… in TEST_F() local 91 …Diagnostic diagnostic(range_, tags, relatedInfoList, DiagnosticSeverity::Error, errorCode, message… in TEST_F() local 111 …Diagnostic diagnostic(range_, tags, relatedInfoList, DiagnosticSeverity::Error, errorCode, message… in TEST_F() local 141 …Diagnostic diagnostic(range_, tags, relatedInfoList, DiagnosticSeverity::Error, errorCode, message… in TEST_F() local 173 …Diagnostic diagnostic(range_, tags, relatedInfoList, DiagnosticSeverity::Error, errorCode, message… in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/utils/ |
| D | LogTscDiagnostics.ts | 21 for (const diagnostic of diagnostics) { constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/typeChecker/ |
| D | TypeChecker.h | 40 …void LogError(const diagnostic::DiagnosticKind &diagnostic, const util::DiagnosticMessageParams &d… in LogError()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_log_diagnostic_with_suggestion.cpp | 77 …auto diagnostic = reinterpret_cast<const ark::es2panda::util::Diagnostic *>(&(*(*diagnosticStorage… in main() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | setJumpTarget.cpp | 22 …TargetPhase::LogError(const public_lib::Context *ctx, const diagnostic::DiagnosticKind &diagnostic, in LogError()
|
| D | constantExpressionLowering.cpp | 24 void ConstantExpressionLowering::LogError(const diagnostic::DiagnosticKind &diagnostic, in LogError()
|
| D | enumLowering.cpp | 71 void EnumLoweringPhase::LogError(const diagnostic::DiagnosticKind &diagnostic, in LogError()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.cpp | 40 void Checker::LogError(const diagnostic::DiagnosticKind &diagnostic, in LogError() 46 void Checker::LogError(const diagnostic::DiagnosticKind &diagnostic, const lexer::SourcePosition &p… in LogError()
|
| D | IsolatedDeclgenChecker.cpp | 23 void IsolatedDeclgenChecker::LogError(const diagnostic::DiagnosticKind &diagnostic, in LogError()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | etsWarningAnalyzer.cpp | 427 void ETSWarningAnalyzer::LogWarning(const diagnostic::DiagnosticKind &diagnostic, in LogWarning() 433 void ETSWarningAnalyzer::LogWarning(const diagnostic::DiagnosticKind &diagnostic, in LogWarning()
|
| D | typeCheckingHelpers.cpp | 1001 …CheckAndLogInvalidThisUsage(const ir::TypeNode *type, const diagnostic::DiagnosticKind &diagnostic) in CheckAndLogInvalidThisUsage()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | api.cpp | 184 for (const auto &diagnostic : diagnostics) { in GetSemanticDiagnostics() local 199 for (const auto &diagnostic : diagnostics) { in GetSyntacticDiagnostics() local 202 for (const auto &diagnostic : diagnosticsPluginError) { in GetSyntacticDiagnostics() local 205 for (const auto &diagnostic : diagnosticsPluginWarning) { in GetSyntacticDiagnostics() local
|
| D | internal_api.cpp | 120 …nostic CreateFileDiagnostic(es2panda_AstNode *node, lexer::SourceRange span, Diagnostic diagnostic, in CreateFileDiagnostic() 137 FileDiagnostic CreateDiagnosticForNode(es2panda_AstNode *node, Diagnostic diagnostic, in CreateDiagnosticForNode() 581 for (const auto &diagnostic : diagnostics) { in GetGlobalDiagnostics() local 594 for (const auto &diagnostic : diagnostics) { in GetOptionDiagnostics() local
|
| D | suggestion_diagnostics.cpp | 70 Diagnostic diagnostic(range, {}, {}, DiagnosticSeverity::Hint, 0, message, {}, {}, {}); in AddConvertToAsyncFunctionDiagnostics() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | diagnosticEngine.cpp | 25 void CLIDiagnosticPrinter::Print(const DiagnosticBase &diagnostic, std::ostream &out) const in Print() argument
|
| /arkcompiler/ets_frontend/ets2panda/lexer/ |
| D | lexer.cpp | 236 void Lexer::LogError(const diagnostic::DiagnosticKind &diagnostic, in LogError() 242 void Lexer::LogError(const diagnostic::DiagnosticKind &diagnostic, in LogError()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 279 …Impl::LogIfPrivateIdent(ClassElementDescriptor *desc, const diagnostic::DiagnosticKind &diagnostic, in LogIfPrivateIdent() 1382 void ParserImpl::LogError(const diagnostic::DiagnosticKind &diagnostic, in LogError() 1388 void ParserImpl::LogError(const diagnostic::DiagnosticKind &diagnostic, in LogError()
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | api.h | 144 std::vector<Diagnostic> diagnostic; member 404 Diagnostic diagnostic; member
|
| /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
|