Home
last modified time | relevance | path

Searched refs:NsDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp219 auto *NsDecl = ClassDecl->getParent(); in isMethodOnWTFContainerType() local
220 if (!NsDecl || !isa<NamespaceDecl>(NsDecl)) in isMethodOnWTFContainerType()
226 auto NamespaceName = safeGetName(NsDecl); in isMethodOnWTFContainerType()
H A DRefCntblBaseVirtualDtorChecker.cpp318 auto *NsDecl = D->getParent(); in isRefCountedClass() local
319 if (!NsDecl || !isa<NamespaceDecl>(NsDecl)) in isRefCountedClass()
321 auto NamespaceName = safeGetName(NsDecl); in isRefCountedClass()