Searched refs:PCHChain (Results 1 – 2 of 2) sorted by relevance
54 SmallVector<ModuleFile *, 2> PCHChain; variable161 return llvm::make_range(PCHChain.begin(), PCHChain.end()); in pch_modules()
9117 const auto &PCHChain = ModuleMgr.pch_modules(); in getSourceDescriptor() local9118 if (std::distance(std::begin(PCHChain), std::end(PCHChain))) { in getSourceDescriptor()