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.cpp264 SourceRange(SM.getComposedLoc(File, Begin), SM.getComposedLoc(File, End)), in toCharRange()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2107 isInSameSLocAddrSpace(getComposedLoc(LChild, 0), in isInTheSameTranslationUnit()
2108 getComposedLoc(RChild, 0), nullptr)) && in isInTheSameTranslationUnit()
2267 SourceLocation FileStart = getFileLoc(getComposedLoc(ID, 0)); in noteSLocAddressSpaceUsage()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp1030 SM.getComposedLoc(BeginFID, SM.getFileIDSize(BeginFID)); in updateConsecutiveMacroArgTokens()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1262 SourceLocation getComposedLoc(FileID FID, unsigned Offset) const { in getComposedLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10284 return ToSM.getComposedLoc(*ToFileIDOrErr, Decomposed.second); in Import()