Searched refs:getLocalSLocEntry (Results 1 – 3 of 3) sorted by relevance
1751 const SrcMgr::SLocEntry &getLocalSLocEntry(unsigned Index) const { in getLocalSLocEntry() function1752 return const_cast<SourceManager *>(this)->getLocalSLocEntry(Index); in getLocalSLocEntry()1756 SrcMgr::SLocEntry &getLocalSLocEntry(unsigned Index) { in getLocalSLocEntry() function1893 return getLocalSLocEntry(static_cast<unsigned>(ID));
1841 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles()2356 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock()2457 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock()5493 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles()5553 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles()6598 .getLocalSLocEntry(FID.ID) in getAdjustedNumCreatedFIDs()
1635 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile()