Home
last modified time | relevance | path

Searched refs:UpdatedDeclContexts (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h403 llvm::SmallSetVector<const DeclContext *, 16> UpdatedDeclContexts; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriter.cpp4044 UpdatedDeclContexts.insert(DC->getPrimaryContext()); in WriteDeclContextVisibleBlock()
4988 for (auto *DC : UpdatedDeclContexts) in WriteASTCore()
5114 UpdatedDeclContexts.insert(RD->getPrimaryContext()); in WriteDeclUpdatesBlocks()
5941 if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) { in AddedVisibleDecl()
H A DASTWriterDecl.cpp330 Writer.UpdatedDeclContexts.insert(NS->getPrimaryContext()); in VisitDecl()