Searched refs:EmitLValueForLambdaField (Results 1 – 4 of 4) sorted by relevance
1149 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()1162 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
1974 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()
3976 LValue EmitLValueForLambdaField(const FieldDecl *Field);
4278 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction