Searched refs:getLocalSLocEntry (Results 1 – 8 of 8) sorted by relevance
33 IsLocal ? SM.getLocalSLocEntry(i) : SM.getLoadedSLocEntry(i, &Invalid); in getInclusions()
98 getInclusions(&SourceManager::getLocalSLocEntry, n, TU, CB, clientData); in clang_getInclusions()
1509 const SrcMgr::SLocEntry &getLocalSLocEntry(unsigned Index,1602 return getLocalSLocEntry(static_cast<unsigned>(ID), Invalid);
1665 const SrcMgr::SLocEntry &getLocalSLocEntry(unsigned Index) const { in getLocalSLocEntry() function1777 return getLocalSLocEntry(static_cast<unsigned>(ID));
823 unsigned MidOffset = getLocalSLocEntry(MiddleIndex).getOffset(); in getFileIDLocal()836 SLocOffset < getLocalSLocEntry(MiddleIndex + 1).getOffset()) { in getFileIDLocal()1621 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile()
781 unsigned MidOffset = getLocalSLocEntry(MiddleIndex, &Invalid).getOffset(); in getFileIDLocal()1656 const SLocEntry &SLoc = getLocalSLocEntry(I, &Invalid); in translateFile()
1568 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles()1923 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock()2029 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock()
1449 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles()1943 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock()2041 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock()