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.cpp110 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:LogDiagnosticPrinter
113 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DTextDiagnosticPrinter.cpp112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:TextDiagnosticPrinter
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DSerializedDiagnosticPrinter.cpp108 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
521 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:SDiagsWriter
H A DVerifyDiagnosticConsumer.cpp113 void VerifyDiagnosticConsumer::HandleDiagnostic( function in class:VerifyDiagnosticConsumer
150 Buffer->HandleDiagnostic(DiagLevel, Info);
H A DASTUnit.cpp585 void HandleDiagnostic(DiagnosticsEngine::Level Level,
617 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:StoredDiagnosticConsumer
620 DiagnosticConsumer::HandleDiagnostic(Level, 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/unittests/Sema/
H A DExternalSemaSourceTest.cpp57 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:__anon19548::NamespaceDiagnosticWatcher
60 Chained->HandleDiagnostic(DiagLevel, Info);
/external/clang/unittests/Tooling/
H A DToolingTest.cpp320 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in struct:clang::tooling::TestDiagnosticConsumer
/external/clang/lib/Basic/
H A DDiagnostic.cpp338 Client->HandleDiagnostic(DiagLevel, Info);
383 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:DiagnosticConsumer
966 void ForwardingDiagnosticConsumer::HandleDiagnostic( function in class:ForwardingDiagnosticConsumer
969 Target.HandleDiagnostic(DiagLevel, Info);
/external/lldb/source/Symbol/
H A DClangASTContext.cpp475 void HandleDiagnostic (DiagnosticsEngine::Level DiagLevel, const Diagnostic &info) function in class:NullDiagnosticConsumer

Completed in 1020 milliseconds