HomeSort by: relevance | last modified time | path
    Searched refs:HandleDiagnostic (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 59 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
62 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
64 Primary->HandleDiagnostic(DiagLevel, Info);
65 Secondary->HandleDiagnostic(DiagLevel, Info);
TextDiagnosticPrinter.h 51 void HandleDiagnostic(DiagnosticsEngine::Level Level,
LogDiagnosticPrinter.h 78 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
TextDiagnosticBuffer.h 53 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
VerifyDiagnosticConsumer.h 325 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 21 /// HandleDiagnostic - Store the errors, warnings, and notes that are
23 void TextDiagnosticBuffer::HandleDiagnostic(DiagnosticsEngine::Level Level,
26 DiagnosticConsumer::HandleDiagnostic(Level, Info);
TextDiagnosticPrinter.cpp 109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
112 DiagnosticConsumer::HandleDiagnostic(Level, Info);
LogDiagnosticPrinter.cpp 111 void LogDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
114 DiagnosticConsumer::HandleDiagnostic(Level, Info);
SerializedDiagnosticPrinter.cpp 157 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
572 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
VerifyDiagnosticConsumer.cpp 722 void VerifyDiagnosticConsumer::HandleDiagnostic(
759 Buffer->HandleDiagnostic(DiagLevel, Info);
ASTUnit.cpp 638 void HandleDiagnostic(DiagnosticsEngine::Level Level,
687 void FilterAndStoreDiagnosticConsumer::HandleDiagnostic(
690 DiagnosticConsumer::HandleDiagnostic(Level, Info);
  /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
FixItRewriter.h 123 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or
125 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
FixItRewriter.cpp 128 void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
131 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
137 Client->HandleDiagnostic(DiagLevel, Info);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
CompilationDatabase.cpp 186 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
194 Other.HandleDiagnostic(DiagLevel, Info);
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 133 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
159 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp 504 Client->HandleDiagnostic(DiagLevel, Info);
547 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1137 void ForwardingDiagnosticConsumer::HandleDiagnostic(
1140 Target.HandleDiagnostic(DiagLevel, Info);
DiagnosticIDs.cpp 804 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 1757 virtual void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1765 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
1781 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp 133 void HandleDiagnostic(DiagnosticsEngine::Level level,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 324 void HandleDiagnostic(DiagnosticsEngine::Level level,

Completed in 34 milliseconds