/openbsd/gnu/llvm/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 | 51 void HandleDiagnostic(DiagnosticsEngine::Level Level,
|
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,
|
H A D | VerifyDiagnosticConsumer.h | 325 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/openbsd/gnu/llvm/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 | TextDiagnosticBuffer.cpp | 23 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticBuffer 26 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 | 111 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in LogDiagnosticPrinter 114 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
H A D | SerializedDiagnosticPrinter.cpp | 156 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 571 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
|
H A D | VerifyDiagnosticConsumer.cpp | 719 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer 756 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 128 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in FixItRewriter 131 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 137 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/openbsd/gnu/llvm/clang/include/clang/Rewrite/Frontend/ |
H A D | FixItRewriter.h | 125 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/openbsd/gnu/llvm/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 186 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in __anon6cfecbc60111::UnusedInputDiagConsumer 194 Other.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 58 void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel, 153 void StoringDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in StoringDiagnosticConsumer 160 m_diag_printer->HandleDiagnostic(DiagLevel, info); in HandleDiagnostic()
|
H A D | ClangExpressionParser.cpp | 185 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in ClangDiagnosticManagerAdapter 205 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 209 m_passthrough->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/openbsd/gnu/llvm/clang/lib/Testing/ |
H A D | TestAST.cpp | 38 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::__anonfb02b91c0111::StoreDiagnostics
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 521 Client->HandleDiagnostic(DiagLevel, Info); in Report() 564 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in DiagnosticConsumer 1201 void ForwardingDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in ForwardingDiagnosticConsumer 1204 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
H A D | DiagnosticIDs.cpp | 838 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
|
/openbsd/gnu/llvm/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 133 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in init_convenience::TestDiagnosticConsumer 159 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | TokenAnalyzer.cpp | 42 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::format::FatalDiagnosticConsumer
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1790 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 1798 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function 1814 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/openbsd/gnu/llvm/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 391 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::format::ClangFormatDiagConsumer
|
/openbsd/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 133 void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anon500e87ec0111::CaptureDiagnosticConsumer
|