Home
last modified time | relevance | path

Searched refs:EmitLValueForLambdaField (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1185 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
1198 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
H A DCGExpr.cpp2889 return CGF.EmitLValueForLambdaField(FD, ThisValue); in EmitCapturedFieldLValue()
4640 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field, in EmitLValueForLambdaField() function in CodeGenFunction
4667 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction
4668 return EmitLValueForLambdaField(Field, CXXABIThisValue); in EmitLValueForLambdaField()
H A DCodeGenFunction.h4090 LValue EmitLValueForLambdaField(const FieldDecl *Field);
4091 LValue EmitLValueForLambdaField(const FieldDecl *Field,
H A DCGException.cpp1987 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()