Searched refs:SansParensExpr (Results 1 – 1 of 1) sorted by relevance
13374 Expr *SansParensExpr = E->IgnoreParens(); in UpdateMarkingForLValueToRValue() local13376 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(SansParensExpr)) in UpdateMarkingForLValueToRValue()13378 else if (MemberExpr *ME = dyn_cast<MemberExpr>(SansParensExpr)) in UpdateMarkingForLValueToRValue()13382 LSI->markVariableExprAsNonODRUsed(SansParensExpr); in UpdateMarkingForLValueToRValue()