Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h105 for (unsigned I = 0, N = Other.getNumRanges(); I != N; ++I) in PartialDiagnostic()
H A DDiagnostic.h1612 unsigned getNumRanges() const { in getNumRanges() function
1618 assert(Idx < getNumRanges() && "Invalid diagnostic range index!"); in getRange()