Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h55 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function
58 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
60 Primary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
61 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
DTextDiagnosticPrinter.h52 void HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
DTextDiagnosticBuffer.h42 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
DLogDiagnosticPrinter.h71 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
DVerifyDiagnosticConsumer.h267 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DFixItRewriter.cpp117 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in FixItRewriter
120 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
126 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticBuffer
25 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
DTextDiagnosticPrinter.cpp108 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticPrinter
111 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
DLogDiagnosticPrinter.cpp122 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in LogDiagnosticPrinter
125 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp107 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
521 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
DVerifyDiagnosticConsumer.cpp112 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer
149 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
DASTUnit.cpp599 virtual void HandleDiagnostic(DiagnosticsEngine::Level Level,
631 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in StoredDiagnosticConsumer
634 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h119 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Tooling/
DCompilationDatabase.cpp160 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::tooling::UnusedInputDiagConsumer
167 Other->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DDiagnostic.cpp381 Client->HandleDiagnostic(DiagLevel, Info); in Report()
426 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in DiagnosticConsumer
976 void ForwardingDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in ForwardingDiagnosticConsumer
979 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
DDiagnosticIDs.cpp669 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnostic.h1307 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1314 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function
1331 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
DARCMT.cpp131 virtual void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anon95e6fc690111::CaptureDiagnosticConsumer