Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1149 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
1162 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
H A DCGException.cpp1974 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()
H A DCodeGenFunction.h3976 LValue EmitLValueForLambdaField(const FieldDecl *Field);
H A DCGExpr.cpp4278 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction