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

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 60 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
63 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
65 Primary->HandleDiagnostic(DiagLevel, Info);
66 Secondary->HandleDiagnostic(DiagLevel, Info);
TextDiagnosticPrinter.h 52 void HandleDiagnostic(DiagnosticsEngine::Level Level,
TextDiagnosticBuffer.h 45 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
LogDiagnosticPrinter.h 79 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
VerifyDiagnosticConsumer.h 272 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /frameworks/compile/slang/
slang_diagnostic_buffer.h 47 virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level DiagLevel,
slang_diagnostic_buffer.cpp 35 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 112 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
LogDiagnosticPrinter.cpp 112 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
SerializedDiagnosticPrinter.cpp 164 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
584 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...]
  /external/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 121 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
123 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /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/unittests/Sema/
ExternalSemaSourceTest.cpp 57 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
60 Chained->HandleDiagnostic(DiagLevel, Info);
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 159 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
166 Other->HandleDiagnostic(DiagLevel, Info);
  /external/clang/lib/Basic/
Diagnostic.cpp 353 Client->HandleDiagnostic(DiagLevel, Info);
398 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
    [all...]
DiagnosticIDs.cpp 679 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/unittests/Tooling/
ToolingTest.cpp 410 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 131 void HandleDiagnostic(DiagnosticsEngine::Level level,
  /external/clang/tools/libclang/
Indexing.cpp 390 void HandleDiagnostic(DiagnosticsEngine::Level level,
    [all...]

Completed in 814 milliseconds