/external/clang/include/clang/Frontend/ |
D | ChainedDiagnosticConsumer.h | 60 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function 63 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 65 Primary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 66 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
D | TextDiagnosticPrinter.h | 52 void HandleDiagnostic(DiagnosticsEngine::Level Level,
|
D | TextDiagnosticBuffer.h | 45 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
D | LogDiagnosticPrinter.h | 79 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
D | VerifyDiagnosticConsumer.h | 272 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticBuffer.cpp | 22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticBuffer 25 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
D | TextDiagnosticPrinter.cpp | 112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticPrinter 115 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
D | LogDiagnosticPrinter.cpp | 112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in LogDiagnosticPrinter 115 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
D | VerifyDiagnosticConsumer.cpp | 110 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer 147 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
D | SerializedDiagnosticPrinter.cpp | 164 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 584 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
|
D | ASTUnit.cpp | 577 void HandleDiagnostic(DiagnosticsEngine::Level Level, 609 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in StoredDiagnosticConsumer 612 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
/external/clang/lib/Frontend/Rewrite/ |
D | FixItRewriter.cpp | 122 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in FixItRewriter 125 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 131 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/external/clang/include/clang/Rewrite/Frontend/ |
D | FixItRewriter.h | 123 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 57 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in __anone517b4a80111::NamespaceDiagnosticWatcher 60 Chained->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/external/clang/lib/Tooling/ |
D | CompilationDatabase.cpp | 159 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in __anon15dd3adc0111::UnusedInputDiagConsumer 166 Other->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 353 Client->HandleDiagnostic(DiagLevel, Info); in Report() 398 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in DiagnosticConsumer 986 void ForwardingDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in ForwardingDiagnosticConsumer 989 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
D | DiagnosticIDs.cpp | 679 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1358 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 1365 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function 1382 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 410 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 131 void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anonc8b8e8c20111::CaptureDiagnosticConsumer
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 390 void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anoned1761580111::CaptureDiagnosticConsumer
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 475 void HandleDiagnostic (DiagnosticsEngine::Level DiagLevel, const Diagnostic &info) in HandleDiagnostic() function in NullDiagnosticConsumer
|