/external/clang/include/clang/Frontend/ |
ChainedDiagnosticConsumer.h | 60 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 63 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); 65 Primary->HandleDiagnostic(DiagLevel, Info); 66 Secondary->HandleDiagnostic(DiagLevel, Info);
|
TextDiagnosticPrinter.h | 52 void HandleDiagnostic(DiagnosticsEngine::Level Level,
|
TextDiagnosticBuffer.h | 45 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
LogDiagnosticPrinter.h | 79 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
VerifyDiagnosticConsumer.h | 272 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/frameworks/compile/slang/ |
slang_diagnostic_buffer.h | 47 virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel,
|
slang_diagnostic_buffer.cpp | 35 void DiagnosticBuffer::HandleDiagnostic(
|
/external/clang/lib/Frontend/ |
TextDiagnosticBuffer.cpp | 19 /// HandleDiagnostic - Store the errors, warnings, and notes that are 22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, 25 DiagnosticConsumer::HandleDiagnostic(Level, Info);
|
TextDiagnosticPrinter.cpp | 112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, 115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
|
LogDiagnosticPrinter.cpp | 112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, 115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
|
SerializedDiagnosticPrinter.cpp | 165 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 585 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, [all...] |
VerifyDiagnosticConsumer.cpp | 110 void VerifyDiagnosticConsumer::HandleDiagnostic( 147 Buffer->HandleDiagnostic(DiagLevel, Info);
|
ASTUnit.cpp | 577 void HandleDiagnostic(DiagnosticsEngine::Level Level, 609 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, 612 DiagnosticConsumer::HandleDiagnostic(Level, Info); [all...] |
/external/clang/include/clang/Rewrite/Frontend/ |
FixItRewriter.h | 121 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or 123 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/external/clang/lib/Frontend/Rewrite/ |
FixItRewriter.cpp | 122 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 125 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); 131 Client->HandleDiagnostic(DiagLevel, Info);
|
/external/clang/lib/Tooling/ |
CompilationDatabase.cpp | 158 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 165 Other->HandleDiagnostic(DiagLevel, Info);
|
/external/clang/unittests/Sema/ |
ExternalSemaSourceTest.cpp | 56 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 59 Chained->HandleDiagnostic(DiagLevel, Info);
|
/external/clang/lib/Basic/ |
Diagnostic.cpp | 354 Client->HandleDiagnostic(DiagLevel, Info); 399 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, [all...] |
DiagnosticIDs.cpp | 685 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);
|
/external/clang/include/clang/Basic/ |
Diagnostic.h | [all...] |
/external/clang/lib/ARCMigrate/ |
ARCMT.cpp | 132 void HandleDiagnostic(DiagnosticsEngine::Level level,
|
/external/clang/unittests/Tooling/ |
ToolingTest.cpp | 465 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/external/clang/tools/libclang/ |
Indexing.cpp | 340 void HandleDiagnostic(DiagnosticsEngine::Level level, [all...] |