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

1 2 3 4

  /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,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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,
  /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);

Completed in 72 milliseconds

1 2 3 4