Searched refs:ColRanges (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp169 SmallVector<std::pair<unsigned, unsigned>, 4> ColRanges; local
213 ColRanges.push_back(std::make_pair(R.Start.getPointer()-LineStart,
222 LineStr, ColRanges, FixIts);

Completed in 248 milliseconds