Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1181 SourceLocation getComposedLoc(FileID FID, unsigned Offset) const { in getComposedLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3110 SourceLocation Loc = Diag.SourceMgr->getComposedLoc(FileIDAndFile.first, 0); in WritePragmaDiagnosticMappings()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp8151 return ToSM.getComposedLoc(ToFileID, Decomposed.second); in Import()