Home | History | Annotate | Download | only in Index

Lines Matching defs:LocInfo

893       std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
894 FileID FID = LocInfo.first;
895 unsigned FileOffset = LocInfo.second;