Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DTokens.cpp318 SourceRange(SM.getComposedLoc(File, Begin), SM.getComposedLoc(File, End)), in toCharRange()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSourceManager.cpp2137 isInSameSLocAddrSpace(getComposedLoc(I->second.ParentFID, 0), in isInTheSameTranslationUnit()
2138 getComposedLoc(Parent, 0), nullptr)) && in isInTheSameTranslationUnit()
2261 SourceLocation FileStart = getFileLoc(getComposedLoc(ID, 0)); in noteSLocAddressSpaceUsage()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DTokenLexer.cpp1021 SM.getComposedLoc(BeginFID, SM.getFileIDSize(BeginFID)); in updateConsecutiveMacroArgTokens()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h1232 SourceLocation getComposedLoc(FileID FID, unsigned Offset) const { in getComposedLoc() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp3032 SourceLocation Loc = Diag.SourceMgr->getComposedLoc(FileIDAndFile.first, 0); in WritePragmaDiagnosticMappings()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp7222 SM.getComposedLoc(DecomposedEnd.first, DecomposedEnd.second); in clang_getToken()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp9487 return ToSM.getComposedLoc(*ToFileIDOrErr, Decomposed.second); in Import()