Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1114 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
1127 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
H A DCGException.cpp1967 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()
H A DCodeGenFunction.h3909 LValue EmitLValueForLambdaField(const FieldDecl *Field);
H A DCGExpr.cpp4187 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction