Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDeleteWithNonVirtualDtorChecker.cpp68 const auto *BaseClassRegion = MR->getAs<TypedValueRegion>(); in checkPreStmt() local
70 if (!BaseClassRegion || !DerivedClassRegion) in checkPreStmt()
73 const auto *BaseClass = BaseClassRegion->getValueType()->getAsCXXRecordDecl(); in checkPreStmt()
100 R->markInteresting(BaseClassRegion); in checkPreStmt()