Searched refs:RemovedDecls (Results 1 – 2 of 2) sorted by relevance
496 RemovedDecls.push_back(Decl); in addRemovedDecl()668 if (RemovedDecls.empty()) { in run()722 if (RemovedDecls.empty()) return; in removeDeclsInOldFiles()743 RemovedDecls.push_back(D); in removeDeclsInOldFiles()748 for (const auto *RemovedDecl : RemovedDecls) { in removeDeclsInOldFiles()759 const auto &SM = RemovedDecls[0]->getASTContext().getSourceManager(); in removeDeclsInOldFiles()810 auto UsedDecls = getUsedDecls(RGBuilder.getGraph(), RemovedDecls); in moveDeclsToNewFiles()902 if (RemovedDecls.empty()) in onEndOfTranslationUnit()926 auto &SM = RemovedDecls[0]->getASTContext().getSourceManager(); in onEndOfTranslationUnit()
172 std::vector<const NamedDecl *> RemovedDecls; variable