Searched refs:EmitLValueForLambdaField (Results 1 – 4 of 4) sorted by relevance
1114 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()1127 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
1967 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()
3909 LValue EmitLValueForLambdaField(const FieldDecl *Field);
4187 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction