/external/clang/include/clang/Frontend/ |
H A D | ChainedDiagnosticConsumer.h | 55 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);
|
H A D | LogDiagnosticPrinter.h | 71 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
H A D | TextDiagnosticBuffer.h | 42 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
H A D | TextDiagnosticPrinter.h | 52 void HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
|
H A D | VerifyDiagnosticConsumer.h | 255 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/external/clang/lib/Frontend/ |
H A D | TextDiagnosticBuffer.cpp | 19 /// 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 D | TextDiagnosticPrinter.cpp | 108 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:TextDiagnosticPrinter 111 DiagnosticConsumer::HandleDiagnostic(Level, Info);
|
H A D | SerializedDiagnosticPrinter.cpp | 107 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 525 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:SDiagsWriter
|
H A D | VerifyDiagnosticConsumer.cpp | 112 void VerifyDiagnosticConsumer::HandleDiagnostic( function in class:VerifyDiagnosticConsumer 144 Buffer->HandleDiagnostic(DiagLevel, Info);
|
H A D | ASTUnit.cpp | 592 virtual void HandleDiagnostic(DiagnosticsEngine::Level Level, 633 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, function in class:StoredDiagnosticConsumer 636 DiagnosticConsumer::HandleDiagnostic(Level, Info);
|
/external/clang/include/clang/Rewrite/Frontend/ |
H A D | FixItRewriter.h | 117 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or 119 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/external/clang/lib/Rewrite/Frontend/ |
H A D | FixItRewriter.cpp | 117 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:FixItRewriter 120 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); 126 Client->HandleDiagnostic(DiagLevel, Info);
|
/external/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1302 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 1313 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/external/clang/lib/Basic/ |
H A D | Diagnostic.cpp | 381 Client->HandleDiagnostic(DiagLevel, Info); 426 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, function in class:DiagnosticConsumer
|
H A D | DiagnosticIDs.cpp | 691 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);
|
/external/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 131 virtual void HandleDiagnostic(DiagnosticsEngine::Level level, function in class:__anon3576::CaptureDiagnosticConsumer
|
/external/clang/tools/libclang/ |
H A D | Indexing.cpp | 396 virtual void HandleDiagnostic(DiagnosticsEngine::Level level, function in class:__anon5082::CaptureDiagnosticConsumer
|