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

  /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);
VerifyDiagnosticConsumer.h 89 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
TextDiagnosticPrinter.h 53 void HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info);
LogDiagnosticPrinter.h 71 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
TextDiagnosticBuffer.h 42 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /frameworks/compile/slang/
slang_diagnostic_buffer.h 45 virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel,
slang_diagnostic_buffer.cpp 41 void DiagnosticBuffer::HandleDiagnostic(
  /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);
TextDiagnosticPrinter.cpp 118 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
121 DiagnosticConsumer::HandleDiagnostic(Level, Info);
VerifyDiagnosticConsumer.cpp 60 void VerifyDiagnosticConsumer::HandleDiagnostic(
68 Buffer->HandleDiagnostic(DiagLevel, Info);
SerializedDiagnosticPrinter.cpp 101 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
472 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
ASTUnit.cpp 576 virtual void HandleDiagnostic(DiagnosticsEngine::Level Level,
617 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level,
620 DiagnosticConsumer::HandleDiagnostic(Level, Info);
    [all...]
  /external/clang/include/clang/Rewrite/
FixItRewriter.h 117 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
119 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /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/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 379 Client->HandleDiagnostic(DiagLevel, Info);
407 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
DiagnosticIDs.cpp 661 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 100 virtual void HandleDiagnostic(DiagnosticsEngine::Level level,
  /external/clang/tools/libclang/
Indexing.cpp 163 virtual void HandleDiagnostic(DiagnosticsEngine::Level level,

Completed in 1807 milliseconds