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 406 LastFileIDLookup = FileID();
586 // Set LastFileIDLookup to the newly created file. The next getFileID call is
589 return LastFileIDLookup = FID;
739 if (LastFileIDLookup.ID < 0 ||
740 LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) {
745 I = LocalSLocEntryTable.begin()+LastFileIDLookup.ID;
759 LastFileIDLookup = Res;
800 LastFileIDLookup = Res;
826 int LastID = LastFileIDLookup.ID;
840 LastFileIDLookup = Res
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 625 /// LastFileIDLookup records the last FileID looked up or created, because it
627 mutable FileID LastFileIDLookup;
    [all...]

Completed in 38 milliseconds