Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9847 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import() local
9851 if (FromSLoc.isExpansion()) { in Import()
9852 const SrcMgr::ExpansionInfo &FromEx = FromSLoc.getExpansion(); in Import()
9872 const SrcMgr::ContentCache *Cache = &FromSLoc.getFile().getContentCache(); in Import()
9876 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
9901 FromSLoc.getFile().getFileCharacteristic()); in Import()
9917 FromSLoc.getFile().getFileCharacteristic()); in Import()