HomeSort by relevance Sort by last modified time
    Searched defs:HandleDiagnostic (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 19 /// HandleDiagnostic - Store the errors, warnings, and notes that are
22 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level,
25 DiagnosticConsumer::HandleDiagnostic(Level, Info);
LogDiagnosticPrinter.cpp 121 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
124 DiagnosticConsumer::HandleDiagnostic(Level, Info);
TextDiagnosticPrinter.cpp 118 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
121 DiagnosticConsumer::HandleDiagnostic(Level, Info);
SerializedDiagnosticPrinter.cpp 101 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
472 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
VerifyDiagnosticConsumer.cpp 60 void VerifyDiagnosticConsumer::HandleDiagnostic(
68 Buffer->HandleDiagnostic(DiagLevel, Info);
ASTUnit.cpp 576 virtual void HandleDiagnostic(DiagnosticsEngine::Level Level,
617 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level,
620 DiagnosticConsumer::HandleDiagnostic(Level, Info);
    [all...]
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 41 void DiagnosticBuffer::HandleDiagnostic(
  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 55 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
58 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
60 Primary->HandleDiagnostic(DiagLevel, Info);
61 Secondary->HandleDiagnostic(DiagLevel, Info);
  /external/clang/lib/Rewrite/
FixItRewriter.cpp 117 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
120 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
126 Client->HandleDiagnostic(DiagLevel, Info);
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 100 virtual void HandleDiagnostic(DiagnosticsEngine::Level level,
  /external/clang/lib/Basic/
Diagnostic.cpp 379 Client->HandleDiagnostic(DiagLevel, Info);
407 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /external/clang/tools/libclang/
Indexing.cpp 163 virtual void HandleDiagnostic(DiagnosticsEngine::Level level,

Completed in 41 milliseconds