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 122 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
125 DiagnosticConsumer::HandleDiagnostic(Level, Info);
TextDiagnosticPrinter.cpp 108 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
111 DiagnosticConsumer::HandleDiagnostic(Level, Info);
SerializedDiagnosticPrinter.cpp 107 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
521 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
VerifyDiagnosticConsumer.cpp 112 void VerifyDiagnosticConsumer::HandleDiagnostic(
149 Buffer->HandleDiagnostic(DiagLevel, Info);
ASTUnit.cpp 598 virtual void HandleDiagnostic(DiagnosticsEngine::Level Level,
630 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level,
633 DiagnosticConsumer::HandleDiagnostic(Level, Info);
    [all...]
  /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);
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 41 void DiagnosticBuffer::HandleDiagnostic(
  /external/clang/lib/Rewrite/Frontend/
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 131 virtual void HandleDiagnostic(DiagnosticsEngine::Level level,
  /external/clang/lib/Basic/
Diagnostic.cpp 381 Client->HandleDiagnostic(DiagLevel, Info);
426 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 397 virtual void HandleDiagnostic(DiagnosticsEngine::Level level,
    [all...]

Completed in 1221 milliseconds