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