Home | History | Annotate | Download | only in Basic

Lines Matching defs:IncludeLoc

1415   SourceLocation IncludeLoc = FI.getIncludeLoc();
1439 IncludeLoc = getLocForStartOfFile(LocInfo.first);
1440 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset);
1445 return PresumedLoc(Filename, LineNo, ColNo, IncludeLoc);
1705 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc();
1706 if (IncludeLoc.isInvalid())
1708 if (!isInFileID(IncludeLoc, FID))