Searched refs:DeferredExportedNamespaces (Results 1 – 3 of 3) sorted by relevance
910 if (!getLangOpts().HLSL && !DeferredExportedNamespaces.insert(ND).second) in ActOnStartExportDecl()
11947 if (DeferredExportedNamespaces.erase(Namespc)) in ActOnFinishNamespaceDef()
9925 llvm::SmallPtrSet<const NamespaceDecl *, 8> DeferredExportedNamespaces; variable