Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp215 auto hasRefInBase = clang::hasPublicMethodInBase(&Base, "ref"); in visitCXXRecordDecl() local
232 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in visitCXXRecordDecl() local
H A DPtrTypesSemantics.cpp75 auto hasRefInBase = clang::hasPublicMethodInBase(Base, "ref"); in isRefCountable() local