Home
last modified time | relevance | path

Searched refs:getComposedLoc (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp266 SourceRange(SM.getComposedLoc(File, Begin), SM.getComposedLoc(File, End)), in toCharRange()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2070 isInSameSLocAddrSpace(getComposedLoc(LChild, 0), in isInTheSameTranslationUnit()
2071 getComposedLoc(RChild, 0), nullptr)) && in isInTheSameTranslationUnit()
2230 SourceLocation FileStart = getFileLoc(getComposedLoc(ID, 0)); in noteSLocAddressSpaceUsage()
/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/include/clang/Basic/
H A DSourceManager.h1254 SourceLocation getComposedLoc(FileID FID, unsigned Offset) const { in getComposedLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3109 SourceLocation Loc = Diag.SourceMgr->getComposedLoc(FileIDAndFile.first, 0); in WritePragmaDiagnosticMappings()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9827 return ToSM.getComposedLoc(*ToFileIDOrErr, Decomposed.second); in Import()