| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | ChainedDiagnosticConsumer.h | 59 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function 62 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 64 Primary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 65 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| H A D | TextDiagnosticPrinter.h | 52 void HandleDiagnostic(DiagnosticsEngine::Level Level,
|
| H A D | TextDiagnosticBuffer.h | 53 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| H A D | SARIFDiagnosticPrinter.h | 58 void HandleDiagnostic(DiagnosticsEngine::Level Level,
|
| H A D | LogDiagnosticPrinter.h | 77 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| H A D | VerifyDiagnosticConsumer.h | 186 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | SARIFDiagnosticPrinter.cpp | 48 void SARIFDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in clang::SARIFDiagnosticPrinter 53 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| H A D | TextDiagnosticPrinter.cpp | 109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticPrinter 112 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| H A D | LogDiagnosticPrinter.cpp | 108 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in LogDiagnosticPrinter 111 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| H A D | SerializedDiagnosticPrinter.cpp | 151 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 570 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
|
| H A D | VerifyDiagnosticConsumer.cpp | 738 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer 775 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| H A D | ASTUnit.cpp | 681 void HandleDiagnostic(DiagnosticsEngine::Level Level, 730 void FilterAndStoreDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in FilterAndStoreDiagnosticConsumer 733 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 129 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in FixItRewriter 132 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 138 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
| H A D | FixItRewriter.h | 125 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | CompilationDatabase.cpp | 181 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in __anon8ecce7390111::UnusedInputDiagConsumer 189 Other.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 51 void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel, 146 void StoringDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in StoringDiagnosticConsumer 153 m_diag_printer->HandleDiagnostic(DiagLevel, info); in HandleDiagnostic()
|
| H A D | ClangExpressionParser.cpp | 199 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in ClangDiagnosticManagerAdapter 219 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 223 m_passthrough->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 39 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::format::FatalDiagnosticConsumer
|
| /freebsd/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 40 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::__anon7849d00f0111::StoreDiagnostics
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 667 Client->HandleDiagnostic(DiagLevel, Info); in Report() 810 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in DiagnosticConsumer 1486 void ForwardingDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in ForwardingDiagnosticConsumer 1488 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Diagnostic.h | 1765 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 1773 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function 1789 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 395 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::format::ClangFormatDiagConsumer
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 647 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in NullDiagnosticConsumer
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 796 …14DiagnosticInfoE", "(anonymous namespace)::StoredDiagnosticClient::HandleDiagnostic(clang::Diagno… 958 …tic5LevelERKNS_14DiagnosticInfoE", "clang::ChainedDiagnosticClient::HandleDiagnostic(clang::Diagno… 1230 …nostic5LevelERKNS_14DiagnosticInfoE", "clang::TextDiagnosticBuffer::HandleDiagnostic(clang::Diagno… 1244 …ostic5LevelERKNS_14DiagnosticInfoE", "clang::TextDiagnosticPrinter::HandleDiagnostic(clang::Diagno… 1266 …tic5LevelERKNS_14DiagnosticInfoE", "clang::VerifyDiagnosticsClient::HandleDiagnostic(clang::Diagno… 7951 …5LevelERKNS_14DiagnosticInfoE", "clang::ento::PathDiagnosticClient::HandleDiagnostic(clang::Diagno… 8596 …_10Diagnostic5LevelERKNS_14DiagnosticInfoE", "clang::FixItRewriter::HandleDiagnostic(clang::Diagno… 8642 …NS1_14DiagnosticInfoE", "(anonymous namespace)::IgnoringDiagClient::HandleDiagnostic(clang::Diagno… 11424 …Diagnostic5LevelERKNS_14DiagnosticInfoE", "clang::DiagnosticClient::HandleDiagnostic(clang::Diagno…
|