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

References

tools/clang/include/clang/Basic/SourceManager.h
 1779     return getLocalSLocEntry(static_cast<unsigned>(ID), Invalid);
tools/clang/lib/Basic/SourceManager.cpp
  801     unsigned MidOffset = getLocalSLocEntry(MiddleIndex, &Invalid).getOffset();
 1611     const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid);
tools/clang/lib/Serialization/ASTWriter.cpp
 1805     const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I);
 2297     const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I);
 2391         NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset();
tools/clang/tools/libclang/CIndexInclusionStack.cpp
   94     getInclusions(&SourceManager::getLocalSLocEntry, n, TU, CB, clientData);