Lines Matching refs:LValue
682 const LValue &destLV, const Expr *init) { in tryEmitARCCopyWeakInit()
702 LValue srcLV = CGF.EmitLValue(srcExpr); in tryEmitARCCopyWeakInit()
732 LValue &lvalue, in drillIntoBlockVariable()
737 void CodeGenFunction::EmitNullabilityCheck(LValue LHS, llvm::Value *RHS, in EmitNullabilityCheck()
759 LValue lvalue, bool capturedByInit) { in EmitScalarInit()
788 LValue tempLV = lvalue; in EmitScalarInit()
1825 LValue Dst = MakeAddrLValue(emission.getAllocatedAddress(), type); in EmitAutoVarInit()
1890 LValue lv = MakeAddrLValue(Loc, type); in EmitAutoVarInit()
1897 LValue lv = MakeAddrLValue(Loc, type); in EmitAutoVarInit()
1919 LValue lvalue, bool capturedByInit) { in EmitExprAsInit()
2506 LValue lv = MakeAddrLValue(DeclPtr, Ty); in EmitParmDecl()