| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| HD | 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()
|
| HD | TextDiagnosticPrinter.h | 52 void HandleDiagnostic(DiagnosticsEngine::Level Level,
|
| HD | TextDiagnosticBuffer.h | 53 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| HD | LogDiagnosticPrinter.h | 78 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| HD | SARIFDiagnosticPrinter.h | 58 void HandleDiagnostic(DiagnosticsEngine::Level Level,
|
| HD | VerifyDiagnosticConsumer.h | 178 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | SARIFDiagnosticPrinter.cpp | 51 void SARIFDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in clang::SARIFDiagnosticPrinter 56 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| HD | TextDiagnosticBuffer.cpp | 23 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticBuffer 26 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| HD | TextDiagnosticPrinter.cpp | 109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticPrinter 112 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| HD | LogDiagnosticPrinter.cpp | 111 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in LogDiagnosticPrinter 114 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| HD | SerializedDiagnosticPrinter.cpp | 154 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 569 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
|
| HD | VerifyDiagnosticConsumer.cpp | 730 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer 767 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| HD | 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-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | 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-14-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
| HD | FixItRewriter.h | 125 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/ |
| HD | CompilationDatabase.cpp | 187 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in __anon4d3544d30111::UnusedInputDiagConsumer 195 Other.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| HD | 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()
|
| HD | 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-14-stable/contrib/llvm-project/clang/lib/Basic/ |
| HD | 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()
|
| HD | DiagnosticIDs.cpp | 836 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Testing/ |
| HD | TestAST.cpp | 40 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::__anon62dd76a90111::StoreDiagnostics
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Format/ |
| HD | TokenAnalyzer.cpp | 42 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::format::FatalDiagnosticConsumer
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | Diagnostic.h | 1795 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 1803 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function 1819 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/ARCMigrate/ |
| HD | ARCMT.cpp | 133 void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anonb340f7190111::CaptureDiagnosticConsumer
|
| /freebsd-14-stable/contrib/llvm-project/clang/tools/clang-format/ |
| HD | ClangFormat.cpp | 402 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::format::ClangFormatDiagConsumer
|