Home
last modified time | relevance | path

Searched refs:shouldSuppressDiagnostic (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h225 bool shouldSuppressDiagnostic(DiagnosticsEngine::Level DiagLevel,
DClangTidyDiagnosticConsumer.cpp368 bool shouldSuppressDiagnostic(DiagnosticsEngine::Level DiagLevel, in shouldSuppressDiagnostic() function
387 if (shouldSuppressDiagnostic(DiagLevel, Info, Context)) { in HandleDiagnostic()
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp334 tidy::shouldSuppressDiagnostic(DiagLevel, Info, *CTContext, in build()