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