Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h377 llvm::SmallSetVector<const DeclContext *, 16> UpdatedDeclContexts; variable
/external/clang/lib/Serialization/
DASTWriter.cpp3724 UpdatedDeclContexts.insert(DC->getPrimaryContext()); in WriteDeclContextVisibleBlock()
4579 for (auto *DC : UpdatedDeclContexts) in WriteASTCore()
4687 UpdatedDeclContexts.insert(RD->getPrimaryContext()); in WriteDeclUpdatesBlocks()
5689 if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) { in AddedVisibleDecl()
DASTWriterDecl.cpp313 Writer.UpdatedDeclContexts.insert(NS->getPrimaryContext()); in VisitDecl()