HomeSort by relevance Sort by last modified time
    Searched defs:HandleDiagnostic (Results 1 - 9 of 9) 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 112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
TextDiagnosticPrinter.cpp 112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
SerializedDiagnosticPrinter.cpp 165 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
585 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
    [all...]
VerifyDiagnosticConsumer.cpp 110 void VerifyDiagnosticConsumer::HandleDiagnostic(
147 Buffer->HandleDiagnostic(DiagLevel, Info);
ASTUnit.cpp 577 void HandleDiagnostic(DiagnosticsEngine::Level Level,
609 void StoredDiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level Level,
612 DiagnosticConsumer::HandleDiagnostic(Level, Info);
    [all...]
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 35 void DiagnosticBuffer::HandleDiagnostic(
  /external/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 122 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
125 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
131 Client->HandleDiagnostic(DiagLevel, Info);
  /external/clang/lib/Basic/
Diagnostic.cpp 354 Client->HandleDiagnostic(DiagLevel, Info);
399 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
    [all...]

Completed in 238 milliseconds