Home
last modified time | relevance | path

Searched refs:DiagRanges (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h176 SmallVector<CharSourceRange, 8> DiagRanges; member
1126 Result->DiagRanges.clear(); in Allocate()
1204 DiagStorage->DiagRanges.push_back(R); in AddSourceRange()
1287 DiagStorage->DiagRanges.clear(); in DiagnosticBuilder()
1613 return DiagObj->DiagStorage.DiagRanges.size(); in getNumRanges()
1619 return DiagObj->DiagStorage.DiagRanges[Idx]; in getRange()
1624 return DiagObj->DiagStorage.DiagRanges; in getRanges()
H A DPartialDiagnostic.h162 for (const CharSourceRange &Range : DiagStorage->DiagRanges) in Emit()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DDiagnostic.cpp493 DiagStorage.DiagRanges.clear(); in Report()
494 DiagStorage.DiagRanges.append(storedDiag.range_begin(), in Report()