/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 | TextDiagnosticBuffer.h | 53 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
H A D | LogDiagnosticPrinter.h | 78 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
H A D | SARIFDiagnosticPrinter.h | 58 void HandleDiagnostic(DiagnosticsEngine::Level Level,
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | SARIFDiagnosticPrinter.cpp | 51 void SARIFDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in clang::SARIFDiagnosticPrinter 56 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 | SerializedDiagnosticPrinter.cpp | 154 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 569 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
|
H A D | VerifyDiagnosticConsumer.cpp | 730 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer 767 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/include/clang/Rewrite/Frontend/ |
H A D | FixItRewriter.h | 125 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 50 void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel, 142 void StoringDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in StoringDiagnosticConsumer 149 m_diag_printer->HandleDiagnostic(DiagLevel, info); in HandleDiagnostic()
|
H A D | ClangExpressionParser.cpp | 183 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in ClangDiagnosticManagerAdapter 203 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 207 m_passthrough->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 518 Client->HandleDiagnostic(DiagLevel, Info); in Report() 561 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in DiagnosticConsumer 1198 void ForwardingDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in ForwardingDiagnosticConsumer 1201 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
H A D | DiagnosticIDs.cpp | 836 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 42 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/ARCMigrate/ |
H A D | ARCMT.cpp | 133 void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anon76387d3f0111::CaptureDiagnosticConsumer
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 402 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 | 646 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in NullDiagnosticConsumer
|