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 415 LastFileIDLookup = FileID();
559 // Set LastFileIDLookup to the newly created file. The next getFileID call is
562 return LastFileIDLookup = FID;
699 if (LastFileIDLookup.ID < 0 ||
700 LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) {
705 I = LocalSLocEntryTable.begin()+LastFileIDLookup.ID;
719 LastFileIDLookup = Res;
760 LastFileIDLookup = Res;
786 int LastID = LastFileIDLookup.ID;
800 LastFileIDLookup = Res
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 548 /// LastFileIDLookup - This is a one-entry cache to speed up getFileID.
549 /// LastFileIDLookup records the last FileID looked up or created, because it
551 mutable FileID LastFileIDLookup;
    [all...]

Completed in 746 milliseconds