Home
last modified time | relevance | path

Searched refs:ThisFieldLValue (Results 1 – 1 of 1) 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()