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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 83 virtual DiagnosticsEngine &getDiagnostic() {
  /external/clang/tools/libclang/
CIndexDiagnostic.h 39 CXDiagnosticImpl *getDiagnostic(unsigned i) const {
CIndexDiagnostic.cpp 225 return Diags->getDiagnostic(Index);
449 return D->getDiagnostic(Index);
  /external/clang/include/clang/AST/
DependentDiagnostic.h 92 const PartialDiagnostic &getDiagnostic() const {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 374 virtual DiagnosticsEngine& getDiagnostic() = 0;
428 DiagnosticsEngine& getDiagnostic() {
429 return D.getDiagnostic();
  /external/clang/lib/Sema/
SemaAccess.cpp     [all...]

Completed in 271 milliseconds