Searched refs:UnderlyingBaseExpr (Results 1 – 1 of 1) sorted by relevance
4950 const Expr *UnderlyingBaseExpr = E->IgnoreParens(); in isUnderlyingBasePointerConstantNull() local4951 while (auto *BaseMemberExpr = dyn_cast<MemberExpr>(UnderlyingBaseExpr)) in isUnderlyingBasePointerConstantNull()4952 UnderlyingBaseExpr = BaseMemberExpr->getBase()->IgnoreParens(); in isUnderlyingBasePointerConstantNull()4953 return getContext().isSentinelNullExpr(UnderlyingBaseExpr); in isUnderlyingBasePointerConstantNull()