HomeSort by: relevance | last modified time | path
    Searched refs:LastFileIDLookup (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Basic/
SourceManager.cpp 343 LastFileIDLookup = FileID();
621 // Set LastFileIDLookup to the newly created file. The next getFileID call is
624 return LastFileIDLookup = FID;
796 if (LastFileIDLookup.ID < 0 ||
797 LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) {
802 I = LocalSLocEntryTable.begin()+LastFileIDLookup.ID;
813 LastFileIDLookup = Res;
848 LastFileIDLookup = Res;
874 int LastID = LastFileIDLookup.ID;
886 LastFileIDLookup = Res
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h 716 /// LastFileIDLookup records the last FileID looked up or created, because it
718 mutable FileID LastFileIDLookup;
1104 if (isOffsetInFileID(LastFileIDLookup, SLocOffset))
1105 return LastFileIDLookup;

Completed in 27 milliseconds