Home
last modified time | relevance | path

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

/src/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.h1651 unsigned getNumRanges() const { in getNumRanges() function
1657 assert(Idx < getNumRanges() && "Invalid diagnostic range index!"); in getRange()