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.h1741 const SrcMgr::SLocEntry &getLocalSLocEntry(unsigned Index) const { in getLocalSLocEntry() function
1742 return const_cast<SourceManager *>(this)->getLocalSLocEntry(Index); in getLocalSLocEntry()
1746 SrcMgr::SLocEntry &getLocalSLocEntry(unsigned Index) { in getLocalSLocEntry() function
1883 return getLocalSLocEntry(static_cast<unsigned>(ID));
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp847 getLocalSLocEntry(MiddleIndex).getOffset(); in getFileIDLocal()
860 SLocOffset < getLocalSLocEntry(MiddleIndex + 1).getOffset()) { in getFileIDLocal()
1630 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1757 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles()
2279 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock()
2381 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock()
4936 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles()
4994 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in computeNonAffectingInputFiles()
5939 .getLocalSLocEntry(FID.ID) in getAdjustedNumCreatedFIDs()