Searched defs:UpdateMarkingForLValueToRValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp488 UpdateMarkingForLValueToRValue(E);
10822 void Sema::UpdateMarkingForLValueToRValue(Expr *E) { function in class:Sema
10839 UpdateMarkingForLValueToRValue(Res.get());
10903 // Sema::UpdateMarkingForLValueToRValue deals with the second part.
11085 S.UpdateMarkingForLValueToRValue(E->getSubExpr());

Completed in 85 milliseconds