Home
last modified time | relevance | path

Searched refs:ThisFieldLValue (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp856 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction() local
859 CXXThisValue = ThisFieldLValue.getAddress().getPointer(); in StartFunction()
864 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal(); in StartFunction()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1101 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction() local
1104 CXXThisValue = ThisFieldLValue.getAddress(*this).getPointer(); in StartFunction()
1109 EmitLoadOfLValue(ThisFieldLValue, SourceLocation()).getScalarVal(); in StartFunction()