Home
last modified time | relevance | path

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

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