Searched refs:EmitLValueForLambdaField (Results 1 – 4 of 4) sorted by relevance
1253 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()1267 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
2900 return CGF.EmitLValueForLambdaField(FD, ThisValue); in EmitCapturedFieldLValue()4686 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field, in EmitLValueForLambdaField() function in CodeGenFunction4725 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction4726 return EmitLValueForLambdaField(Field, CXXABIThisValue); in EmitLValueForLambdaField()
1990 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()
4341 LValue EmitLValueForLambdaField(const FieldDecl *Field);4342 LValue EmitLValueForLambdaField(const FieldDecl *Field,