Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h410 llvm::SmallSetVector<const DeclContext *, 16> UpdatedDeclContexts; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp4157 UpdatedDeclContexts.insert(DC->getPrimaryContext()); in WriteDeclContextVisibleBlock()
5089 for (auto *DC : UpdatedDeclContexts) in WriteASTCore()
5218 UpdatedDeclContexts.insert(RD->getPrimaryContext()); in WriteDeclUpdatesBlocks()
6245 if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) { in AddedVisibleDecl()
H A DASTWriterDecl.cpp321 Writer.UpdatedDeclContexts.insert(NS->getPrimaryContext()); in VisitDecl()