Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp239 const auto hasPublicDerefInBase = in visitCXXRecordDecl() local
252 hasDeref = hasDeref || C->lookupInBases(hasPublicDerefInBase, Paths, in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp89 const auto hasPublicDerefInBase = in isRefCountable() local
98 hasDeref = hasDeref || R->lookupInBases(hasPublicDerefInBase, Paths, in isRefCountable()