Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp81 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl() local
84 bool hasDeref = hasDerefInBase && *hasDerefInBase != nullptr; in visitCXXRecordDecl()
107 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl() local
108 if (!hasDerefInBase) { in visitCXXRecordDecl()
112 return (*hasDerefInBase) != nullptr; in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp89 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in isRefCountable() local
90 if (!hasDerefInBase) { in isRefCountable()
94 return (*hasDerefInBase) != nullptr; in isRefCountable()