Searched refs:kAllDiagnostics (Results 1 – 3 of 3) sorted by relevance
60 extern const std::map<std::string, DiagnosticOption> kAllDiagnostics;
29 const std::map<std::string, DiagnosticOption> kAllDiagnostics = { variable84 auto it = kAllDiagnostics.find(w); in Suppress()85 if (it == kAllDiagnostics.end()) { in Suppress()
712 if (kAllDiagnostics.count(name) == 0) { in Parse()724 for (const auto& [_, d] : kAllDiagnostics) { in GetDiagnosticMapping()