Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h60 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()
DTextDiagnosticPrinter.h52 void HandleDiagnostic(DiagnosticsEngine::Level Level,
DTextDiagnosticBuffer.h45 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
DLogDiagnosticPrinter.h79 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
DVerifyDiagnosticConsumer.h272 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/external/clang/lib/Frontend/
DTextDiagnosticBuffer.cpp22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticBuffer
25 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
DTextDiagnosticPrinter.cpp112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticPrinter
115 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
DLogDiagnosticPrinter.cpp112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in LogDiagnosticPrinter
115 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
DVerifyDiagnosticConsumer.cpp110 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer
147 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp164 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
584 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
DASTUnit.cpp577 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/
DFixItRewriter.cpp122 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/
DFixItRewriter.h123 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp57 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in __anone517b4a80111::NamespaceDiagnosticWatcher
60 Chained->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/external/clang/lib/Tooling/
DCompilationDatabase.cpp159 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in __anon15dd3adc0111::UnusedInputDiagConsumer
166 Other->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
/external/clang/lib/Basic/
DDiagnostic.cpp353 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()
DDiagnosticIDs.cpp679 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
/external/clang/include/clang/Basic/
DDiagnostic.h1358 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/
DToolingTest.cpp410 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function
/external/clang/lib/ARCMigrate/
DARCMT.cpp131 void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anonc8b8e8c20111::CaptureDiagnosticConsumer
/external/clang/tools/libclang/
DIndexing.cpp390 void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anoned1761580111::CaptureDiagnosticConsumer
/external/lldb/source/Symbol/
DClangASTContext.cpp475 void HandleDiagnostic (DiagnosticsEngine::Level DiagLevel, const Diagnostic &info) in HandleDiagnostic() function in NullDiagnosticConsumer