Home
last modified time | relevance | path

Searched refs:HandleDiagnostic (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h59 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 DTextDiagnosticBuffer.h53 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
H A DLogDiagnosticPrinter.h78 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
H A DSARIFDiagnosticPrinter.h58 void HandleDiagnostic(DiagnosticsEngine::Level Level,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp51 void SARIFDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in clang::SARIFDiagnosticPrinter
56 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
H A DTextDiagnosticPrinter.cpp109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticPrinter
112 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
H A DSerializedDiagnosticPrinter.cpp154 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
569 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
H A DVerifyDiagnosticConsumer.cpp730 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer
767 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
H A DASTUnit.cpp681 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 DFixItRewriter.h125 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp50 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 DClangExpressionParser.cpp183 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 DDiagnostic.cpp518 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 DDiagnosticIDs.cpp836 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp42 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::format::FatalDiagnosticConsumer
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp40 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::__anon7849d00f0111::StoreDiagnostics
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp133 void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anon76387d3f0111::CaptureDiagnosticConsumer
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp402 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::format::ClangFormatDiagConsumer
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp646 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in NullDiagnosticConsumer