Home
last modified time | relevance | path

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

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