Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp230 const auto hasPublicRefInBase = in visitCXXRecordDecl() local
250 hasRef = hasRef || C->lookupInBases(hasPublicRefInBase, Paths, in visitCXXRecordDecl()
H A DPtrTypesSemantics.cpp73 const auto hasPublicRefInBase = in isRefCountable() local
83 hasRef = hasRef || R->lookupInBases(hasPublicRefInBase, Paths, in isRefCountable()