Home | History | Annotate | Download | only in Frontend

Lines Matching defs:FileLoc

1308   SourceLocation FileLoc = SM.getFileLoc(InDiag.getLocation());
1309 OutDiag.Filename = SM.getFilename(FileLoc);
1312 OutDiag.LocOffset = SM.getFileOffset(FileLoc);
2537 SourceLocation FileLoc = SrcMgr.getLocForStartOfFile(FID);
2538 if (FileLoc.isInvalid())
2540 SourceLocation L = FileLoc.getLocWithOffset(SD.LocOffset);
2546 SourceLocation BL = FileLoc.getLocWithOffset(Range.first);
2547 SourceLocation EL = FileLoc.getLocWithOffset(Range.second);
2557 SourceLocation BL = FileLoc.getLocWithOffset(FixIt.RemoveRange.first);
2558 SourceLocation EL = FileLoc.getLocWithOffset(FixIt.RemoveRange.second);
2584 SourceLocation FileLoc = SM.getFileLoc(Loc);
2585 assert(SM.isLocalSourceLocation(FileLoc));
2588 std::tie(FID, Offset) = SM.getDecomposedLoc(FileLoc);
2662 SourceLocation FileLoc = SM.translateFileLineCol(File, 1, 1);
2663 return SM.getMacroArgExpandedLocation(FileLoc.getLocWithOffset(Offset));
2679 SourceLocation FileLoc
2681 return FileLoc.getLocWithOffset(Offs);
2701 SourceLocation FileLoc = SourceMgr->getLocForStartOfFile(PreambleID);
2702 return FileLoc.getLocWithOffset(Offs);