Searched refs:EmitCapturedFieldLValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2037 static LValue EmitCapturedFieldLValue(CodeGenFunction &CGF, const FieldDecl *FD, in EmitCapturedFieldLValue() function 2106 return EmitCapturedFieldLValue(*this, FD, CXXABIThisValue); in EmitDeclRefLValue() 2116 EmitCapturedFieldLValue(*this, CapturedStmtInfo->lookup(VD), in EmitDeclRefLValue()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExpr.cpp | 2587 static LValue EmitCapturedFieldLValue(CodeGenFunction &CGF, const FieldDecl *FD, in EmitCapturedFieldLValue() function 2726 return EmitCapturedFieldLValue(*this, FD, CXXABIThisValue); in EmitDeclRefLValue() 2744 EmitCapturedFieldLValue(*this, CapturedStmtInfo->lookup(VD), in EmitDeclRefLValue()
|