Home
last modified time | relevance | path

Searched refs:SansParensExpr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp13810 Expr *SansParensExpr = E->IgnoreParens(); in UpdateMarkingForLValueToRValue() local
13812 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()