Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp661 LValue ThisLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction() local
662 CXXThisValue = EmitLoadOfLValue(ThisLValue, in StartFunction()
DCGStmt.cpp2150 LValue ThisLValue = EmitLValueForField(LV, FD); in GenerateCapturedStmtFunction() local
2151 CXXThisValue = EmitLoadOfLValue(ThisLValue, Loc).getScalarVal(); in GenerateCapturedStmtFunction()