Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp22 bool hasPublicMethodInBaseClass(const CXXRecordDecl *R, in hasPublicMethodInBaseClass() function
53 return hasPublicMethodInBaseClass(R, NameToMatch) ? R : nullptr; in hasPublicMethodInBase()
64 bool hasRef = hasPublicMethodInBaseClass(R, "ref"); in isRefCountable()
65 bool hasDeref = hasPublicMethodInBaseClass(R, "deref"); in isRefCountable()