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