Searched refs:EmitLValueForLambdaField (Results 1 – 3 of 3) sorted by relevance
856 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()869 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
2785 LValue EmitLValueForLambdaField(const FieldDecl *Field);
3274 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction