reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/SourceManager.h
 1693     if (SLocEntryLoaded[Index])
tools/clang/lib/Basic/SourceManager.cpp
  378   SLocEntryLoaded.clear();
  408     if (!Old.SLocEntryLoaded[I])
  470   assert(!SLocEntryLoaded[Index]);
  475     if (!SLocEntryLoaded[Index]) {
  494   SLocEntryLoaded.resize(LoadedSLocEntryTable.size());
  574     assert(!SLocEntryLoaded[Index] && "FileID already loaded");
  577     SLocEntryLoaded[Index] = true;
  638     assert(!SLocEntryLoaded[Index] && "FileID already loaded");
  640     SLocEntryLoaded[Index] = true;
 2125     if (SLocEntryLoaded[Index]) {
 2160     + llvm::capacity_in_bytes(SLocEntryLoaded)