Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h415 llvm::SmallSetVector<const DeclContext *, 16> UpdatedDeclContexts; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp3847 UpdatedDeclContexts.insert(DC->getPrimaryContext()); in WriteDeclContextVisibleBlock()
4786 for (auto *DC : UpdatedDeclContexts) in WriteASTCore()
4912 UpdatedDeclContexts.insert(RD->getPrimaryContext()); in WriteDeclUpdatesBlocks()
5745 if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) { in AddedVisibleDecl()
H A DASTWriterDecl.cpp327 Writer.UpdatedDeclContexts.insert(NS->getPrimaryContext()); in VisitDecl()