Home
last modified time | relevance | path

Searched refs:EmitLValueForLambdaField (Results 1 – 6 of 6) 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
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1101 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
1114 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction()
DCodeGenFunction.h3844 LValue EmitLValueForLambdaField(const FieldDecl *Field);
DCGExpr.cpp4177 LValue CodeGenFunction::EmitLValueForLambdaField(const FieldDecl *Field) { in EmitLValueForLambdaField() function in CodeGenFunction