Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp215 auto hasRefInBase = clang::hasPublicMethodInBase(&Base, "ref"); in visitCXXRecordDecl()
216 auto hasDerefInBase = clang::hasPublicMethodInBase(&Base, "deref"); in visitCXXRecordDecl()
232 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in visitCXXRecordDecl()
241 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp40 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch) { in hasPublicMethodInBase() function
75 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in isRefCountable()
91 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in isRefCountable()
H A DPtrTypesSemantics.h36 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch);