Searched refs:UpdatedDeclContexts (Results 1 – 3 of 3) sorted by relevance
467 llvm::SmallSetVector<const DeclContext *, 16> UpdatedDeclContexts; variable
4838 UpdatedDeclContexts.insert(DC->getPrimaryContext()); in WriteDeclContextVisibleBlock()6372 for (auto *DC : UpdatedDeclContexts) in WriteDeclAndTypes()6457 UpdatedDeclContexts.insert(RD->getPrimaryContext()); in WriteDeclUpdatesBlocks()7492 if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) { in AddedVisibleDecl()
559 Writer.UpdatedDeclContexts.insert(NS->getPrimaryContext()); in VisitDecl()