Lines Matching refs:getFileID
633 // Set LastFileIDLookup to the newly created file. The next getFileID call is
659 assert(getFileID(TokenStart) == getFileID(TokenEnd) &&
780 /// This is the cache-miss path of getFileID. Not as hot as that function, but
896 Loc = getSLocEntry(getFileID(Loc)).getExpansion().getExpansionLocStart();
932 FID = getFileID(Loc);
950 FID = getFileID(Loc);
971 if (OptionalFileEntryRef F = getFileEntryRefForID(getFileID(SpellingLoc)))
981 const ExpansionInfo &Expansion = getSLocEntry(getFileID(Loc)).getExpansion();
1015 FileID FID = getFileID(Loc);
1027 FileID FID = getFileID(Loc);
1071 FileID FID = getFileID(Loc);
1458 auto B = getBufferOrNone(getFileID(Loc));
2270 FileID FileLocID = getFileID(FileStart);