Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp10304 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import() local
10308 if (FromSLoc.isExpansion()) { in Import()
10309 const SrcMgr::ExpansionInfo &FromEx = FromSLoc.getExpansion(); in Import()
10329 const SrcMgr::ContentCache *Cache = &FromSLoc.getFile().getContentCache(); in Import()
10333 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
10358 FromSLoc.getFile().getFileCharacteristic()); in Import()
10374 FromSLoc.getFile().getFileCharacteristic()); in Import()