Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexInclusionStack.cpp33 IsLocal ? SM.getLocalSLocEntry(i) : SM.getLoadedSLocEntry(i, &Invalid); in getInclusions()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1705 const SrcMgr::SLocEntry &getLocalSLocEntry(unsigned Index) const { in getLocalSLocEntry() function
1818 return getLocalSLocEntry(static_cast<unsigned>(ID));
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp835 getLocalSLocEntry(MiddleIndex).getOffset(); in getFileIDLocal()
848 SLocOffset < getLocalSLocEntry(MiddleIndex + 1).getOffset()) { in getFileIDLocal()
1681 const SLocEntry &SLoc = getLocalSLocEntry(I); in translateFile()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1554 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteInputFiles()
2059 const SrcMgr::SLocEntry *SLoc = &SourceMgr.getLocalSLocEntry(I); in WriteSourceManagerBlock()
2164 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock()
4592 const SrcMgr::SLocEntry *SLoc = &SrcMgr.getLocalSLocEntry(I); in collectNonAffectingInputFiles()
5348 .getLocalSLocEntry(FID.ID) in getAdjustedNumCreatedFIDs()