Home | History | Annotate | Download | only in Basic

Lines Matching defs:IncludeLoc

1481   SourceLocation IncludeLoc = FI.getIncludeLoc();
1505 IncludeLoc = getLocForStartOfFile(LocInfo.first);
1506 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset);
1511 return PresumedLoc(Filename, LineNo, ColNo, IncludeLoc);
1808 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc();
1809 if (IncludeLoc.isInvalid())
1811 if (!isInFileID(IncludeLoc, FID))