Home | History | Annotate | Download | only in Basic

Lines Matching refs:getFileID

584   // Set LastFileIDLookup to the newly created file.  The next getFileID call is
708 /// This is the cache-miss path of getFileID. Not as hot as that function, but
900 Loc = getSLocEntry(getFileID(Loc)).getExpansion().getExpansionLocStart();
936 FID = getFileID(Loc);
954 FID = getFileID(Loc);
979 const ExpansionInfo &Expansion = getSLocEntry(getFileID(Loc)).getExpansion();
1005 FileID FID = getFileID(Loc);
1017 FileID FID = getFileID(Loc);
1061 FileID FID = getFileID(Loc);
1445 return getBuffer(getFileID(Loc), Invalid)->getBufferIdentifier();