Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp224 SourceRange(SM.getComposedLoc(File, Begin), SM.getComposedLoc(File, End)), in toCharRange()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1222 SourceLocation getComposedLoc(FileID FID, unsigned Offset) const { in getComposedLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2825 SourceLocation Loc = Diag.SourceMgr->getComposedLoc(FileIDAndFile.first, 0); in WritePragmaDiagnosticMappings()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8950 return ToSM.getComposedLoc(*ToFileIDOrErr, Decomposed.second); in Import()