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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1051 return EmitCastLValue(cast<CastExpr>(E));
3348 /// EmitCastLValue - Casts are never lvalues unless that cast is to a reference
3355 LValue CodeGenFunction::EmitCastLValue(const CastExpr *E) { function in class:CodeGenFunction

Completed in 963 milliseconds