Home
last modified time | relevance | path

Searched refs:getLocalSLocEntry (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1751 const SrcMgr::SLocEntry &getLocalSLocEntry(unsigned Index) const { in getLocalSLocEntry() function
1752 return const_cast<SourceManager *>(this)->getLocalSLocEntry(Index); in getLocalSLocEntry()
1756 SrcMgr::SLocEntry &getLocalSLocEntry(unsigned Index) { in getLocalSLocEntry() function
1893 return getLocalSLocEntry(static_cast<unsigned>(ID));
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1841 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()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1635 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile()