Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp812 LValue ThisLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
818 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
DCodeGenFunction.h2600 LValue EmitLValueForLambdaField(const FieldDecl *Field);
DCGExpr.cpp3065 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction