/external/clang/include/clang/Frontend/ |
ChainedDiagnosticClient.h | 49 virtual void HandleDiagnostic(Diagnostic::Level DiagLevel, 52 DiagnosticClient::HandleDiagnostic(DiagLevel, Info); 54 Primary->HandleDiagnostic(DiagLevel, Info); 55 Secondary->HandleDiagnostic(DiagLevel, Info);
|
VerifyDiagnosticsClient.h | 88 virtual void HandleDiagnostic(Diagnostic::Level DiagLevel,
|
LogDiagnosticPrinter.h | 71 virtual void HandleDiagnostic(Diagnostic::Level DiagLevel,
|
TextDiagnosticBuffer.h | 42 virtual void HandleDiagnostic(Diagnostic::Level DiagLevel,
|
TextDiagnosticPrinter.h | 65 virtual void HandleDiagnostic(Diagnostic::Level Level,
|
/frameworks/compile/slang/ |
slang_diagnostic_buffer.h | 41 virtual void HandleDiagnostic(clang::Diagnostic::Level DiagLevel,
|
slang_diagnostic_buffer.cpp | 33 void DiagnosticBuffer::HandleDiagnostic(clang::Diagnostic::Level DiagLevel,
|
/external/clang/lib/Frontend/ |
TextDiagnosticBuffer.cpp | 18 /// HandleDiagnostic - Store the errors, warnings, and notes that are 21 void TextDiagnosticBuffer::HandleDiagnostic(Diagnostic::Level Level, 24 DiagnosticClient::HandleDiagnostic(Level, Info);
|
LogDiagnosticPrinter.cpp | 96 void LogDiagnosticPrinter::HandleDiagnostic(Diagnostic::Level Level, 99 DiagnosticClient::HandleDiagnostic(Level, Info);
|
VerifyDiagnosticsClient.cpp | 53 void VerifyDiagnosticsClient::HandleDiagnostic(Diagnostic::Level DiagLevel, 57 Buffer->HandleDiagnostic(DiagLevel, Info);
|
TextDiagnosticPrinter.cpp | 843 void TextDiagnosticPrinter::HandleDiagnostic(Diagnostic::Level Level, 846 DiagnosticClient::HandleDiagnostic(Level, Info); [all...] |
ASTUnit.cpp | 431 virtual void HandleDiagnostic(Diagnostic::Level Level, 463 void StoredDiagnosticClient::HandleDiagnostic(Diagnostic::Level Level, 466 DiagnosticClient::HandleDiagnostic(Level, Info); [all...] |
/external/clang/include/clang/Rewrite/ |
FixItRewriter.h | 95 /// HandleDiagnostic - Handle this diagnostic, reporting it to the user or 97 virtual void HandleDiagnostic(Diagnostic::Level DiagLevel,
|
/external/clang/lib/Rewrite/ |
FixItRewriter.cpp | 81 void FixItRewriter::HandleDiagnostic(Diagnostic::Level DiagLevel, 84 DiagnosticClient::HandleDiagnostic(DiagLevel, Info); 86 Client->HandleDiagnostic(DiagLevel, Info);
|
HTMLRewrite.cpp | 440 void HandleDiagnostic(Diagnostic::Level DiagLevel,
|
/external/clang/unittests/AST/ |
APValueTest.cpp | 27 virtual void HandleDiagnostic(Diagnostic::Level DiagLevel,
|
/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 86 void PathDiagnosticClient::HandleDiagnostic(Diagnostic::Level DiagLevel, 89 DiagnosticClient::HandleDiagnostic(DiagLevel, Info);
|
/external/clang/lib/Basic/ |
Diagnostic.cpp | 245 Client->HandleDiagnostic(DiagLevel, Info); 290 void DiagnosticClient::HandleDiagnostic(Diagnostic::Level DiagLevel,
|
DiagnosticIDs.cpp | 720 Diag.Client->HandleDiagnostic((Diagnostic::Level)DiagLevel, Info);
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
PathDiagnostic.h | 53 virtual void HandleDiagnostic(Diagnostic::Level DiagLevel,
|
/external/clang/include/clang/Basic/ |
Diagnostic.h | [all...] |
/external/clang/lib/ARCMigrate/ |
ARCMT.cpp | 101 virtual void HandleDiagnostic(Diagnostic::Level level,
|