Searched refs:opE (Results 1 – 1 of 1) sorted by relevance
13907 if (BinaryOperator *opE = dyn_cast<BinaryOperator>(E)) in DiagnoseEqualityWithExtraParens() local13908 if (opE->getOpcode() == BO_EQ && in DiagnoseEqualityWithExtraParens()13909 opE->getLHS()->IgnoreParenImpCasts()->isModifiableLvalue(Context) in DiagnoseEqualityWithExtraParens()13911 SourceLocation Loc = opE->getOperatorLoc(); in DiagnoseEqualityWithExtraParens()