Searched defs:HandleDiagnostic (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp19 /// HandleDiagnostic - Store the errors, warnings, and notes that are
22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:TextDiagnosticBuffer
25 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DLogDiagnosticPrinter.cpp122 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:LogDiagnosticPrinter
125 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DTextDiagnosticPrinter.cpp108 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:TextDiagnosticPrinter
111 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DSerializedDiagnosticPrinter.cpp107 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
521 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:SDiagsWriter
H A DVerifyDiagnosticConsumer.cpp112 void VerifyDiagnosticConsumer::HandleDiagnostic( function in class:VerifyDiagnosticConsumer
149 Buffer->HandleDiagnostic(DiagLevel, Info);
H A DASTUnit.cpp598 virtual void HandleDiagnostic(DiagnosticsEngine::Level Level,
630 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:StoredDiagnosticConsumer
633 DiagnosticConsumer::HandleDiagnostic(Level, Info);
/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h55 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:clang::ChainedDiagnosticConsumer
58 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
60 Primary->HandleDiagnostic(DiagLevel, Info);
61 Secondary->HandleDiagnostic(DiagLevel, Info);
/external/clang/lib/Rewrite/Frontend/
H A DFixItRewriter.cpp117 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:FixItRewriter
120 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
126 Client->HandleDiagnostic(DiagLevel, Info);
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp131 virtual void HandleDiagnostic(DiagnosticsEngine::Level level, function in class:__anon15067::CaptureDiagnosticConsumer
/external/clang/lib/Basic/
H A DDiagnostic.cpp381 Client->HandleDiagnostic(DiagLevel, Info);
426 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:DiagnosticConsumer
976 void ForwardingDiagnosticConsumer::HandleDiagnostic( function in class:ForwardingDiagnosticConsumer
979 Target.HandleDiagnostic(DiagLevel, Info);
/external/clang/tools/libclang/
H A DIndexing.cpp397 virtual void HandleDiagnostic(DiagnosticsEngine::Level level, function in class:__anon16664::CaptureDiagnosticConsumer

Completed in 158 milliseconds