Lines Matching refs:LValue
715 const LValue &destLV, const Expr *init) { in tryEmitARCCopyWeakInit()
735 LValue srcLV = CGF.EmitLValue(srcExpr); in tryEmitARCCopyWeakInit()
765 LValue &lvalue, in drillIntoBlockVariable()
770 void CodeGenFunction::EmitNullabilityCheck(LValue LHS, llvm::Value *RHS, in EmitNullabilityCheck()
792 LValue lvalue, bool capturedByInit) { in EmitScalarInit()
821 LValue tempLV = lvalue; in EmitScalarInit()
1614 LValue Base = MakeAddrLValue(AddrSizePair.first, D.getType(), in EmitAutoVarAlloca()
1906 LValue Dst = MakeAddrLValue(emission.getAllocatedAddress(), type); in EmitAutoVarInit()
1971 LValue lv = MakeAddrLValue(Loc, type); in EmitAutoVarInit()
1978 LValue lv = MakeAddrLValue(Loc, type); in EmitAutoVarInit()
1999 LValue lvalue, bool capturedByInit) { in EmitExprAsInit()
2620 LValue lv = MakeAddrLValue(DeclPtr, Ty); in EmitParmDecl()