Searched refs:ThisFieldLValue (Results 1 – 2 of 2) sorted by relevance
856 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction() local859 CXXThisValue = ThisFieldLValue.getAddress().getPointer(); in StartFunction()864 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal(); in StartFunction()
1101 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction() local1104 CXXThisValue = ThisFieldLValue.getAddress(*this).getPointer(); in StartFunction()1109 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal(); in StartFunction()