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.cpp9941 const SrcMgr::SLocEntry &FromSLoc = FromSM.getSLocEntry(FromID); in Import() local
9945 if (FromSLoc.isExpansion()) { in Import()
9946 const SrcMgr::ExpansionInfo &FromEx = FromSLoc.getExpansion(); in Import()
9966 const SrcMgr::ContentCache *Cache = &FromSLoc.getFile().getContentCache(); in Import()
9970 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
9995 FromSLoc.getFile().getFileCharacteristic()); in Import()
10011 FromSLoc.getFile().getFileCharacteristic()); in Import()