Home
last modified time | relevance | path

Searched full:arkts_config_error (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/diagnostic/
Darktsconfig_error.yaml14 arkts_config_error:
/arkcompiler/ets_frontend/ets2panda/util/
DdiagnosticEngine.cpp156 case DiagnosticType::ARKTS_CONFIG_ERROR: in IsError()
Ddiagnostic.h53 ARKTS_CONFIG_ERROR, enumerator
Ddiagnostic.cpp169 case DiagnosticType::ARKTS_CONFIG_ERROR: in DiagnosticTypeToString()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinternal_api.cpp517 …rrorType == util::DiagnosticType::FATAL || errorType == util::DiagnosticType::ARKTS_CONFIG_ERROR || in GetSeverity()
593 …iagnostics = ctx->diagnosticEngine->GetDiagnosticStorage(util::DiagnosticType::ARKTS_CONFIG_ERROR); in GetOptionDiagnostics()