HomeSort by relevance Sort by last modified time
    Searched refs:LastFileIDLookup (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
SourceManager.cpp 420 LastFileIDLookup = FileID();
608 // Set LastFileIDLookup to the newly created file. The next getFileID call is
611 return LastFileIDLookup = FID;
763 if (LastFileIDLookup.ID < 0 ||
764 LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) {
769 I = LocalSLocEntryTable.begin()+LastFileIDLookup.ID;
783 LastFileIDLookup = Res;
824 LastFileIDLookup = Res;
850 int LastID = LastFileIDLookup.ID
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 624 /// LastFileIDLookup records the last FileID looked up or created, because it
626 mutable FileID LastFileIDLookup;
    [all...]

Completed in 36 milliseconds