Searched refs:getNumRanges (Results 1 – 7 of 7) sorted by relevance
80 virtual unsigned getNumRanges() const = 0;141 unsigned getNumRanges() const override;
69 unsigned getNumRanges() const override { return 0; } in getNumRanges() function in __anonb492cf4a0111::CXDiagnosticCustomNoteImpl413 return D->getNumRanges(); in clang_getDiagnosticNumRanges()419 if (!D || Range >= D->getNumRanges()) in clang_getDiagnosticRange()
49 unsigned getNumRanges() const override;
79 unsigned CXStoredDiagnostic::getNumRanges() const { in getNumRanges() function in CXStoredDiagnostic
127 unsigned CXLoadedDiagnostic::getNumRanges() const { in getNumRanges() function in CXLoadedDiagnostic
105 for (unsigned I = 0, N = Other.getNumRanges(); I != N; ++I) in PartialDiagnostic()
1612 unsigned getNumRanges() const { in getNumRanges() function1618 assert(Idx < getNumRanges() && "Invalid diagnostic range index!"); in getRange()