Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp332 while (const CXXRecordDecl *MRClass = getCXXRecordType(MR)) { in attemptDownCast() local
334 if (MRClass == TargetClass) in attemptDownCast()
340 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in attemptDownCast()
345 if (MRClass->isDerivedFrom(TargetClass, Paths)) in attemptDownCast()