Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp69 const auto *BaseClassRegion = MR->getAs<TypedValueRegion>(); in checkPreStmt() local
71 if (!BaseClassRegion || !DerivedClassRegion) in checkPreStmt()
74 const auto *BaseClass = BaseClassRegion->getValueType()->getAsCXXRecordDecl(); in checkPreStmt()
99 R->markInteresting(BaseClassRegion); in checkPreStmt()