Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp564 if (!DeferredExportedNamespaces.insert(ND).second) in ActOnStartExportDecl()
H A DSemaDeclCXX.cpp11068 if (DeferredExportedNamespaces.erase(Namespc)) in ActOnFinishNamespaceDef()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2143 llvm::SmallPtrSet<const NamespaceDecl*, 8> DeferredExportedNamespaces; variable