Home
last modified time | relevance | path

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

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