Lines Matching defs:IncludeLoc
930 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
931 if (IncludeLoc.isInvalid() && F->Kind != MK_MainFile) {
933 IncludeLoc = getImportLocation(F);
937 FileID FID = SourceMgr.createFileID(File, IncludeLoc, FileCharacter,
980 SourceLocation IncludeLoc = ReadSourceLocation(*F, Record[1]);
981 if (IncludeLoc.isInvalid() && F->Kind == MK_Module) {
982 IncludeLoc = getImportLocation(F);
997 BaseOffset + Offset, IncludeLoc);