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.cpp255 auto hasRefInBase = clang::hasPublicMethodInBase(&Base, "ref"); in visitCXXRecordDecl()
256 auto hasDerefInBase = clang::hasPublicMethodInBase(&Base, "deref"); in visitCXXRecordDecl()
272 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in visitCXXRecordDecl()
281 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl()
H A DPtrTypesSemantics.h41 hasPublicMethodInBase(const CXXBaseSpecifier *Base,
H A DPtrTypesSemantics.cpp41 hasPublicMethodInBase(const CXXBaseSpecifier *Base, StringRef NameToMatch) { in hasPublicMethodInBase() function
87 auto hasRefInBase = clang::hasPublicMethodInBase(Base, IncMethodName); in isSmartPtrCompatible()
103 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, DecMethodName); in isSmartPtrCompatible()