Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h215 llvm::SmallVector<NamespaceDecl *, 16> DelayedNamespace; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2004 Writer.DelayedNamespace.push_back(cast<NamespaceDecl>(DC)); in VisitDeclContext()
H A DASTWriter.cpp5668 assert(DelayedNamespace.empty() || GeneratingReducedBMI); in WriteDeclAndTypes()
5670 for (NamespaceDecl *NS : DelayedNamespace) { in WriteDeclAndTypes()