Searched refs:LPosInfo (Results 1 – 1 of 1) sorted by relevance
360 std::pair<FileID, unsigned> LPosInfo = SM.getDecomposedExpansionLoc(Pos); in HandlePiece() local362 if (LPosInfo.first != BugFileID) in HandlePiece()365 const llvm::MemoryBuffer *Buf = SM.getBuffer(LPosInfo.first); in HandlePiece()370 unsigned ColNo = SM.getColumnNumber(LPosInfo.first, LPosInfo.second); in HandlePiece()548 SM.getLocForStartOfFile(LPosInfo.first).getLocWithOffset(DisplayPos); in HandlePiece()556 HighlightRange(R, LPosInfo.first, *I); in HandlePiece()