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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1372 return EmitCastLValue(cast<CastExpr>(E));
4356 /// EmitCastLValue - Casts are never lvalues unless that cast is to a reference
4363 LValue CodeGenFunction::EmitCastLValue(const CastExpr *E) { function in class:CodeGenFunction
H A DCodeGenFunction.h3528 LValue EmitCastLValue(const CastExpr *E);

Completed in 136 milliseconds