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