Home
last modified time | relevance | path

Searched refs:getNumRanges (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h102 for (unsigned I = 0, N = Other.getNumRanges(); I != N; ++I) in PartialDiagnostic()
H A DDiagnostic.h1626 unsigned getNumRanges() const { return DiagStorage.DiagRanges.size(); } in getNumRanges() function
1630 assert(Idx < getNumRanges() && "Invalid diagnostic range index!"); in getRange()