Searched refs:PCHChain (Results 1 – 3 of 3) sorted by relevance
54 SmallVector<ModuleFile *, 2> PCHChain; variable161 return llvm::make_range(PCHChain.begin(), PCHChain.end()); in pch_modules()
233 PCHChain.push_back(NewModule.get()); in addModule()267 PCHChain.erase(llvm::find(PCHChain, &*I), PCHChain.end()); in removeModules()
9172 const auto &PCHChain = ModuleMgr.pch_modules(); in getSourceDescriptor() local9173 if (std::distance(std::begin(PCHChain), std::end(PCHChain))) { in getSourceDescriptor()