Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DChainedDiagnosticConsumer.h55 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()
DTextDiagnosticPrinter.h51 void HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
DTextDiagnosticBuffer.h42 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
DLogDiagnosticPrinter.h71 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
DVerifyDiagnosticConsumer.h233 virtual 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.cpp108 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in TextDiagnosticPrinter
111 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
DLogDiagnosticPrinter.cpp121 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in LogDiagnosticPrinter
124 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
DSerializedDiagnosticPrinter.cpp100 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
492 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in SDiagsWriter
DVerifyDiagnosticConsumer.cpp112 void VerifyDiagnosticConsumer::HandleDiagnostic( in HandleDiagnostic() function in VerifyDiagnosticConsumer
144 Buffer->HandleDiagnostic(DiagLevel, Info); in HandleDiagnostic()
DASTUnit.cpp575 virtual void HandleDiagnostic(DiagnosticsEngine::Level Level,
616 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level, in HandleDiagnostic() function in StoredDiagnosticConsumer
619 DiagnosticConsumer::HandleDiagnostic(Level, Info); in HandleDiagnostic()
/external/clang/lib/Rewrite/Frontend/
DFixItRewriter.cpp117 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()
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h119 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
/external/clang/include/clang/Basic/
DDiagnostic.h1275 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1286 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function
/external/clang/lib/Basic/
DDiagnostic.cpp381 Client->HandleDiagnostic(DiagLevel, Info); in Report()
426 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel, in HandleDiagnostic() function in DiagnosticConsumer
DDiagnosticIDs.cpp655 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info); in EmitDiag()
/external/clang/lib/ARCMigrate/
DARCMT.cpp129 virtual void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anonb49438670111::CaptureDiagnosticConsumer
/external/clang/tools/libclang/
DIndexing.cpp163 virtual void HandleDiagnostic(DiagnosticsEngine::Level level, in HandleDiagnostic() function in __anon3abecadd0111::CaptureDiagnosticConsumer