Searched refs:lineCol (Results 1 – 2 of 2) sorted by relevance
46 const std::pair<unsigned, unsigned> &lineCol = it->second; in generateLocationsFromIR() local47 auto newLoc = FileLineColLoc::get(file, lineCol.first, lineCol.second); in generateLocationsFromIR()
61 auto lineCol = sourceMgr.getLineAndColumn(range->End); in getLocationFromLoc() local63 std::max(fileLoc.getColumn() + 1, lineCol.second - 1); in getLocationFromLoc()