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

References

tools/clang/include/clang/Basic/SourceManager.h
 1784     return getLoadedSLocEntry(static_cast<unsigned>(-ID - 2), Invalid);
tools/clang/lib/Basic/SourceManager.cpp
  858     const SrcMgr::SLocEntry &E = getLoadedSLocEntry(I);
  878     const SrcMgr::SLocEntry &E = getLoadedSLocEntry(MiddleIndex);
 1622     const SLocEntry &SLoc = getLoadedSLocEntry(I);
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  122     Sources.getLoadedSLocEntry(I, nullptr);
tools/clang/tools/libclang/CIndexInclusionStack.cpp
   86     getInclusions(&SourceManager::getLoadedSLocEntry,