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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h375 llvm::SmallSetVector<const DeclContext *, 16> UpdatedDeclContexts; member in class:clang::ASTWriter
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp3704 UpdatedDeclContexts.insert(DC->getPrimaryContext());
4527 for (auto *DC : UpdatedDeclContexts)
4630 UpdatedDeclContexts.insert(RD->getPrimaryContext());
5707 if (UpdatedDeclContexts.insert(DC) && !cast<Decl>(DC)->isFromASTFile()) {
H A DASTWriterDecl.cpp309 Writer.UpdatedDeclContexts.insert(NS->getPrimaryContext());

Completed in 226 milliseconds