Searched refs:EmitLValueForLambdaField (Results 1 – 4 of 4) sorted by relevance
1185 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()1198 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
2889 return CGF.EmitLValueForLambdaField(FD, ThisValue); in EmitCapturedFieldLValue()4640 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field, in EmitLValueForLambdaField() function in CodeGenFunction4667 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction4668 return EmitLValueForLambdaField(Field, CXXABIThisValue); in EmitLValueForLambdaField()
4090 LValue EmitLValueForLambdaField(const FieldDecl *Field);4091 LValue EmitLValueForLambdaField(const FieldDecl *Field,
1987 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()