| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Frontend/ |
| D | ChainedDiagnosticConsumer.h | 55 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function 58 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 60 Primary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 61 Secondary->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| D | TextDiagnosticPrinter.h | 52 void HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
|
| D | TextDiagnosticBuffer.h | 42 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| D | LogDiagnosticPrinter.h | 71 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| D | VerifyDiagnosticConsumer.h | 267 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | FixItRewriter.cpp | 117 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in FixItRewriter 120 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic() 126 Client->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /freebsd-9-stable/contrib/llvm/tools/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 | 108 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticPrinter 111 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| D | LogDiagnosticPrinter.cpp | 122 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in LogDiagnosticPrinter 125 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| D | SerializedDiagnosticPrinter.cpp | 107 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 521 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
|
| D | VerifyDiagnosticConsumer.cpp | 112 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer 149 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| D | ASTUnit.cpp | 599 virtual void HandleDiagnostic(DiagnosticsEngine::Level Level, 631 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in StoredDiagnosticConsumer 634 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ |
| D | FixItRewriter.h | 119 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Tooling/ |
| D | CompilationDatabase.cpp | 160 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in clang::tooling::UnusedInputDiagConsumer 167 Other->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | Diagnostic.cpp | 381 Client->HandleDiagnostic(DiagLevel, Info); in Report() 426 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in DiagnosticConsumer 976 void ForwardingDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in ForwardingDiagnosticConsumer 979 Target.HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
|
| D | DiagnosticIDs.cpp | 669 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Diagnostic.h | 1307 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, 1314 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function 1331 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| D | ARCMT.cpp | 131 virtual void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anon95e6fc690111::CaptureDiagnosticConsumer
|