Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp216 auto hasDerefInBase = clang::hasPublicMethodInBase(&Base, "deref"); in visitCXXRecordDecl() local
219 bool hasDeref = hasDerefInBase && *hasDerefInBase != nullptr; in visitCXXRecordDecl()
241 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl() local
242 if (!hasDerefInBase) { in visitCXXRecordDecl()
246 return (*hasDerefInBase) != nullptr; in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp91 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in isRefCountable() local
92 if (!hasDerefInBase) { in isRefCountable()
96 return (*hasDerefInBase) != nullptr; in isRefCountable()