Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp256 auto hasDerefInBase = clang::hasPublicMethodInBase(&Base, "deref"); in visitCXXRecordDecl() local
281 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, "deref"); in visitCXXRecordDecl() local
H A DPtrTypesSemantics.cpp103 auto hasDerefInBase = clang::hasPublicMethodInBase(Base, DecMethodName); in isSmartPtrCompatible() local