Searched refs:getNumRanges (Results 1 – 10 of 10) sorted by relevance
81 virtual unsigned getNumRanges() const = 0;142 virtual unsigned getNumRanges() const;
77 unsigned getNumRanges() const { return 0; } in getNumRanges() function in __anon22ab40a70111::CXDiagnosticCustomNoteImpl412 return D->getNumRanges(); in clang_getDiagnosticNumRanges()418 if (!D || Range >= D->getNumRanges()) in clang_getDiagnosticRange()
50 virtual unsigned getNumRanges() const;
82 unsigned CXStoredDiagnostic::getNumRanges() const { in getNumRanges() function in CXStoredDiagnostic
126 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges() function in CXLoadedDiagnostic
81 uint32_t getNumRanges() const { return Aranges.size(); } in getNumRanges() function
100 const uint32_t num_ranges = getNumRanges(); in dump()
223 for (unsigned I = 0, N = Other.getNumRanges(); I != N; ++I) in PartialDiagnostic()
1129 unsigned getNumRanges() const { in getNumRanges() function
944 Ranges.reserve(Info.getNumRanges()); in StoredDiagnostic()945 for (unsigned I = 0, N = Info.getNumRanges(); I != N; ++I) in StoredDiagnostic()