Searched refs:EmitCastLValue (Results 1 - 2 of 2) 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
H A DCodeGenFunction.h2550 LValue EmitCastLValue(const CastExpr *E);

Completed in 70 milliseconds