Searched refs:getNumRanges (Results 1 – 8 of 8) sorted by relevance
81 virtual unsigned getNumRanges() const = 0;142 unsigned getNumRanges() const override;
50 unsigned getNumRanges() const override;
76 unsigned getNumRanges() const override { return 0; } in getNumRanges() function in __anon0b580bf80111::CXDiagnosticCustomNoteImpl427 return D->getNumRanges(); in clang_getDiagnosticNumRanges()433 if (!D || Range >= D->getNumRanges()) in clang_getDiagnosticRange()
83 unsigned CXStoredDiagnostic::getNumRanges() const { in getNumRanges() function in CXStoredDiagnostic
127 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges() function in CXLoadedDiagnostic
222 for (unsigned I = 0, N = Other.getNumRanges(); I != N; ++I) in PartialDiagnostic()
1198 unsigned getNumRanges() const { in getNumRanges() function1204 assert(Idx < getNumRanges() && "Invalid diagnostic range index!"); in getRange()
936 Ranges.reserve(Info.getNumRanges()); in StoredDiagnostic()937 for (unsigned I = 0, N = Info.getNumRanges(); I != N; ++I) in StoredDiagnostic()