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

  /external/clang/tools/libclang/
CIndexDiagnostic.h 40 CXDiagnosticImpl *getDiagnostic(unsigned i) const {
  /external/clang/include/clang/AST/
DependentDiagnostic.h 92 const PartialDiagnostic &getDiagnostic() const {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 378 virtual DiagnosticsEngine& getDiagnostic() = 0;
428 DiagnosticsEngine& getDiagnostic() {
429 return D.getDiagnostic();

Completed in 53 milliseconds