Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp856 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
869 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
H A DCodeGenFunction.h2785 LValue EmitLValueForLambdaField(const FieldDecl *Field);
H A DCGExpr.cpp3274 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction