Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp595 LValue ThisLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction() local
596 CXXThisValue = EmitLoadOfLValue(ThisLValue).getScalarVal(); in StartFunction()
DCGStmt.cpp1853 LValue ThisLValue = EmitLValueForField(LV, FD); in GenerateCapturedStmtFunction() local
1855 CXXThisValue = EmitLoadOfLValue(ThisLValue).getScalarVal(); in GenerateCapturedStmtFunction()