Home
last modified time | relevance | path

Searched refs:getFileIDSize (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp240 if (SymbolOffset >= SourceMgr.getFileIDSize(MainFileID)) { in FindSymbol()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1555 unsigned SourceManager::getFileIDSize(FileID FID) const { in getFileIDSize() function in SourceManager
1759 getFileIDSize(FileID::get(ID))); in computeMacroArgsCache()
1784 unsigned SpellFIDSize = getFileIDSize(SpellFID); in associateFileChunkWithMacroArgExp()
2226 unsigned Size = getFileIDSize(ID) + 1; in noteSLocAddressSpaceUsage()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1161 getFileIDSize(FID)); in getLocForEndOfFile()
1559 unsigned getFileIDSize(FileID FID) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp400 if (SM.getFileIDSize(FileId) == 0) in Process()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1020 SM.getComposedLoc(BeginFID, SM.getFileIDSize(BeginFID)); in updateConsecutiveMacroArgTokens()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp609 return tokenize(syntax::FileRange(FID, 0, SM.getFileIDSize(FID)), SM, LO); in tokenize()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp276 return Loc.getLocWithOffset(SM.getFileIDSize(SM.getFileID(Loc)) - in getEndOfFileOrMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4711 OffsetAdjustment += SrcMgr.getFileIDSize(FID) + 1; in collectNonAffectingInputFiles()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9859 unsigned ExLength = FromSM.getFileIDSize(FromID); in Import()