Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp266 SourceRange(SM.getComposedLoc(File, Begin), SM.getComposedLoc(File, End)), in toCharRange()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2109 isInSameSLocAddrSpace(getComposedLoc(LChild, 0), in isInTheSameTranslationUnit()
2110 getComposedLoc(RChild, 0), nullptr)) && in isInTheSameTranslationUnit()
2269 SourceLocation FileStart = getFileLoc(getComposedLoc(ID, 0)); in noteSLocAddressSpaceUsage()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1020 SM.getComposedLoc(BeginFID, SM.getFileIDSize(BeginFID)); in updateConsecutiveMacroArgTokens()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1258 SourceLocation getComposedLoc(FileID FID, unsigned Offset) const { in getComposedLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9921 return ToSM.getComposedLoc(*ToFileIDOrErr, Decomposed.second); in Import()