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.cpp24 bool hasPublicMethodInBaseClass(const CXXRecordDecl *R, StringRef NameToMatch) { in hasPublicMethodInBaseClass() function
64 return hasPublicMethodInBaseClass(R, NameToMatch) ? R : nullptr; in hasPublicMethodInBase()
76 bool hasRef = hasPublicMethodInBaseClass(R, IncMethodName); in isSmartPtrCompatible()
77 bool hasDeref = hasPublicMethodInBaseClass(R, DecMethodName); in isSmartPtrCompatible()