Searched refs:ThisLValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp1854 LValue ThisLValue = EmitLValueForField(LV, FD); local
1855 CXXThisValue = EmitLoadOfLValue(ThisLValue, Loc).getScalarVal();
H A DCodeGenFunction.cpp611 LValue ThisLValue = EmitLValueForLambdaField(LambdaThisCaptureField); local
612 CXXThisValue = EmitLoadOfLValue(ThisLValue,

Completed in 120 milliseconds