Searched refs:NsDecl (Results 1 – 2 of 2) sorted by relevance
219 auto *NsDecl = ClassDecl->getParent(); in isMethodOnWTFContainerType() local220 if (!NsDecl || !isa<NamespaceDecl>(NsDecl)) in isMethodOnWTFContainerType()226 auto NamespaceName = safeGetName(NsDecl); in isMethodOnWTFContainerType()
318 auto *NsDecl = D->getParent(); in isRefCountedClass() local319 if (!NsDecl || !isa<NamespaceDecl>(NsDecl)) in isRefCountedClass()321 auto NamespaceName = safeGetName(NsDecl); in isRefCountedClass()