Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSarif.h350 SarifResult setLocations(llvm::ArrayRef<CharSourceRange> DiagLocs) { in setLocations() argument
352 for (const auto &Loc : DiagLocs) { in setLocations()
357 Locations.assign(DiagLocs.begin(), DiagLocs.end()); in setLocations()