Home
last modified time | relevance | path

Searched defs:DiagLevelAndFormatString (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyDiagnosticConsumer.h212 using DiagLevelAndFormatString = std::pair<DiagnosticIDs::Level, std::string>; global() variable
H A DClangTidyDiagnosticConsumer.cpp485 auto DiagLevelAndFormatString = forwardDiagnostic() local