Searched refs:LastFileIDLookup (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Basic/
H A DSourceManager.cpp415 LastFileIDLookup = FileID();
595 // Set LastFileIDLookup to the newly created file. The next getFileID call is
598 return LastFileIDLookup = FID;
748 if (LastFileIDLookup.ID < 0 ||
749 LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) {
754 I = LocalSLocEntryTable.begin()+LastFileIDLookup.ID;
768 LastFileIDLookup = Res;
809 LastFileIDLookup = Res;
835 int LastID = LastFileIDLookup.ID;
849 LastFileIDLookup
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h639 /// LastFileIDLookup records the last FileID looked up or created, because it
641 mutable FileID LastFileIDLookup; member in class:clang::SourceManager
968 if (isOffsetInFileID(LastFileIDLookup, SLocOffset))
969 return LastFileIDLookup;

Completed in 1491 milliseconds