Home | History | Annotate | Download | only in Frontend

Lines Matching refs:FileLoc

2639   SourceLocation FileLoc = SM.getFileLoc(Loc);
2640 assert(SM.isLocalSourceLocation(FileLoc));
2643 llvm::tie(FID, Offset) = SM.getDecomposedLoc(FileLoc);
2717 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1);
2718 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset));
2734 SourceLocation FileLoc
2736 return FileLoc.getLocWithOffset(Offs);
2756 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID);
2757 return FileLoc.getLocWithOffset(Offs);