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