Searched refs:EmitLValueForLambdaField (Results 1 – 3 of 3) sorted by relevance
812 LValue ThisLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()818 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
2600 LValue EmitLValueForLambdaField(const FieldDecl *Field);
3065 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction