Searched refs:getComposedLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 266 SourceRange(SM.getComposedLoc(File, Begin), SM.getComposedLoc(File, End)), in toCharRange()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 2109 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 D | TokenLexer.cpp | 1020 SM.getComposedLoc(BeginFID, SM.getFileIDSize(BeginFID)); in updateConsecutiveMacroArgTokens()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 1258 SourceLocation getComposedLoc(FileID FID, unsigned Offset) const { in getComposedLoc() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9921 return ToSM.getComposedLoc(*ToFileIDOrErr, Decomposed.second); in Import()
|