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 110 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
113 DiagnosticConsumer::HandleDiagnostic(Level, Info);
TextDiagnosticPrinter.cpp 112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
SerializedDiagnosticPrinter.cpp 108 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
521 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
VerifyDiagnosticConsumer.cpp 113 void VerifyDiagnosticConsumer::HandleDiagnostic(
150 Buffer->HandleDiagnostic(DiagLevel, Info);
ASTUnit.cpp 585 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/lib/Rewrite/Frontend/
FixItRewriter.cpp 117 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
120 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
126 Client->HandleDiagnostic(DiagLevel, Info);
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 57 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
60 Chained->HandleDiagnostic(DiagLevel, Info);
  /external/clang/unittests/Tooling/
ToolingTest.cpp 320 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /external/clang/lib/Basic/
Diagnostic.cpp 338 Client->HandleDiagnostic(DiagLevel, Info);
383 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
    [all...]
  /external/lldb/source/Symbol/
ClangASTContext.cpp 475 void HandleDiagnostic (DiagnosticsEngine::Level DiagLevel, const Diagnostic &info)
    [all...]

Completed in 546 milliseconds