Searched refs:rangeLoc (Results 1 – 2 of 2) sorted by relevance
490 SMRange rangeLoc = range->getAsSMRange(tmpScrMgr); in applyTo() local491 if (!rangeLoc.isValid()) in applyTo()494 contents.replace(rangeLoc.Start.getPointer() - contents.data(), in applyTo()495 rangeLoc.End.getPointer() - rangeLoc.Start.getPointer(), in applyTo()
1223 SMRange rangeLoc = range.getAsSMRange(sourceMgr); in getInlayHints() local1224 if (!rangeLoc.isValid()) in getInlayHints()1230 if (!contains(rangeLoc, loc.Start) && !contains(rangeLoc, loc.End)) in getInlayHints()