Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenFunction.cpp1253 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
1267 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
HDCGExpr.cpp2900 return CGF.EmitLValueForLambdaField(FD, ThisValue); in EmitCapturedFieldLValue()
4686 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field, in EmitLValueForLambdaField() function in CodeGenFunction
4725 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction
4726 return EmitLValueForLambdaField(Field, CXXABIThisValue); in EmitLValueForLambdaField()
HDCGException.cpp1990 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()
HDCodeGenFunction.h4341 LValue EmitLValueForLambdaField(const FieldDecl *Field);
4342 LValue EmitLValueForLambdaField(const FieldDecl *Field,