Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h448 llvm::SmallSetVector<const DeclContext *, 16> UpdatedDeclContexts; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4359 UpdatedDeclContexts.insert(DC->getPrimaryContext()); in WriteDeclContextVisibleBlock()
5741 for (auto *DC : UpdatedDeclContexts) in WriteDeclAndTypes()
5800 UpdatedDeclContexts.insert(RD->getPrimaryContext()); in WriteDeclUpdatesBlocks()
6836 if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) { in AddedVisibleDecl()
H A DASTWriterDecl.cpp406 Writer.UpdatedDeclContexts.insert(NS->getPrimaryContext()); in VisitDecl()