Searched refs:HandleDiagnostic (Results 1 - 22 of 22) sorted by relevance

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h60 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
63 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
65 Primary->HandleDiagnostic(DiagLevel, Info);
66 Secondary->HandleDiagnostic(DiagLevel, Info);
H A DTextDiagnosticBuffer.h45 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
H A DTextDiagnosticPrinter.h52 void HandleDiagnostic(DiagnosticsEngine::Level Level,
H A DLogDiagnosticPrinter.h79 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
H A DVerifyDiagnosticConsumer.h272 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/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 DTextDiagnosticPrinter.cpp112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:TextDiagnosticPrinter
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DLogDiagnosticPrinter.cpp112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:LogDiagnosticPrinter
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
H A DSerializedDiagnosticPrinter.cpp163 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
595 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:SDiagsWriter
H A DVerifyDiagnosticConsumer.cpp110 void VerifyDiagnosticConsumer::HandleDiagnostic( function in class:VerifyDiagnosticConsumer
147 Buffer->HandleDiagnostic(DiagLevel, Info);
H A DASTUnit.cpp575 void HandleDiagnostic(DiagnosticsEngine::Level Level,
607 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:StoredDiagnosticConsumer
610 DiagnosticConsumer::HandleDiagnostic(Level, Info);
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h117 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
119 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/external/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp115 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:FixItRewriter
118 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
124 Client->HandleDiagnostic(DiagLevel, Info);
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp57 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
60 Chained->HandleDiagnostic(DiagLevel, Info);
/external/clang/lib/Tooling/
H A DCompilationDatabase.cpp159 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
166 Other->HandleDiagnostic(DiagLevel, Info);
/external/clang/lib/Basic/
H A DDiagnostic.cpp340 Client->HandleDiagnostic(DiagLevel, Info);
385 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:DiagnosticConsumer
977 void ForwardingDiagnosticConsumer::HandleDiagnostic( function in class:ForwardingDiagnosticConsumer
980 Target.HandleDiagnostic(DiagLevel, Info);
H A DDiagnosticIDs.cpp687 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);
/external/clang/unittests/Tooling/
H A DToolingTest.cpp313 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/external/clang/include/clang/Basic/
H A DDiagnostic.h1352 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1359 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1376 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp131 void HandleDiagnostic(DiagnosticsEngine::Level level,
/external/clang/tools/libclang/
H A DIndexing.cpp390 void HandleDiagnostic(DiagnosticsEngine::Level level,
/external/lldb/source/Symbol/
H A DClangASTContext.cpp475 void HandleDiagnostic (DiagnosticsEngine::Level DiagLevel, const Diagnostic &info) function in class:NullDiagnosticConsumer

Completed in 406 milliseconds