Home | History | Annotate | Download | only in Index

Lines Matching full:locinfo

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