Home | History | Annotate | Download | only in Frontend

Lines Matching full:locinfo

1087   std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
1088 FileID FID = LocInfo.first;
1089 unsigned FileOffset = LocInfo.second;