Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp333 while (const CXXRecordDecl *MRClass = getCXXRecordType(MR)) { in attemptDownCast() local
335 if (MRClass == TargetClass) in attemptDownCast()
341 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in attemptDownCast()
346 if (MRClass->isDerivedFrom(TargetClass, Paths)) in attemptDownCast()