Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp80 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in visitCXXRecordDecl()
81 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl()
97 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in visitCXXRecordDecl()
107 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp39 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch) { in hasPublicMethodInBase() function
74 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in isRefCountable()
89 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in isRefCountable()
H A DPtrTypesSemantics.h32 hasPublicMethodInBase(const CXXBaseSpecifier *Base, const char *NameToMatch);