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

  /external/clang/lib/Basic/
SourceManager.cpp 401 LastFileIDLookup = FileID();
584 // Set LastFileIDLookup to the newly created file. The next getFileID call is
587 return LastFileIDLookup = FID;
742 if (LastFileIDLookup.ID < 0 ||
743 LocalSLocEntryTable[LastFileIDLookup.ID].getOffset() < SLocOffset) {
748 I = LocalSLocEntryTable.begin()+LastFileIDLookup.ID;
762 LastFileIDLookup = Res;
803 LastFileIDLookup = Res;
829 int LastID = LastFileIDLookup.ID;
843 LastFileIDLookup = Res
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 640 /// LastFileIDLookup records the last FileID looked up or created, because it
642 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceManager.h 647 /// LastFileIDLookup records the last FileID looked up or created, because it
649 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
SourceManager.h 647 /// LastFileIDLookup records the last FileID looked up or created, because it
649 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
SourceManager.h 647 /// LastFileIDLookup records the last FileID looked up or created, because it
649 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
SourceManager.h 654 /// LastFileIDLookup records the last FileID looked up or created, because it
656 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
SourceManager.h 654 /// LastFileIDLookup records the last FileID looked up or created, because it
656 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
SourceManager.h 654 /// LastFileIDLookup records the last FileID looked up or created, because it
656 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
SourceManager.h 654 /// LastFileIDLookup records the last FileID looked up or created, because it
656 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
SourceManager.h 647 /// LastFileIDLookup records the last FileID looked up or created, because it
649 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
SourceManager.h 647 /// LastFileIDLookup records the last FileID looked up or created, because it
649 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
SourceManager.h 647 /// LastFileIDLookup records the last FileID looked up or created, because it
649 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
SourceManager.h 654 /// LastFileIDLookup records the last FileID looked up or created, because it
656 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
SourceManager.h 654 /// LastFileIDLookup records the last FileID looked up or created, because it
656 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
SourceManager.h 654 /// LastFileIDLookup records the last FileID looked up or created, because it
656 mutable FileID LastFileIDLookup;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
SourceManager.h 654 /// LastFileIDLookup records the last FileID looked up or created, because it
656 mutable FileID LastFileIDLookup;
    [all...]

Completed in 1137 milliseconds