Searched refs:UpdatedDeclContexts (Results 1 – 3 of 3) sorted by relevance
403 llvm::SmallSetVector<const DeclContext *, 16> UpdatedDeclContexts; variable
4063 UpdatedDeclContexts.insert(DC->getPrimaryContext()); in WriteDeclContextVisibleBlock()5092 for (auto *DC : UpdatedDeclContexts) in WriteASTCore()5218 UpdatedDeclContexts.insert(RD->getPrimaryContext()); in WriteDeclUpdatesBlocks()6113 if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) { in AddedVisibleDecl()
333 Writer.UpdatedDeclContexts.insert(NS->getPrimaryContext()); in VisitDecl()