Searched refs:LambdaThisCaptureField (Results 1 – 4 of 4) sorted by relevance
50 LambdaThisCaptureField(nullptr), NormalCleanupDest(nullptr), in CodeGenFunction()848 LambdaThisCaptureField); in StartFunction()849 if (LambdaThisCaptureField) { in StartFunction()856 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()857 if (!LambdaThisCaptureField->getType()->isPointerType()) { in StartFunction()
388 FieldDecl *LambdaThisCaptureField = nullptr; member in __anon67a8905a0111::InlinedOpenMPRegionRAII402 LambdaThisCaptureField = CGF.LambdaThisCaptureField; in InlinedOpenMPRegionRAII()403 CGF.LambdaThisCaptureField = nullptr; in InlinedOpenMPRegionRAII()413 CGF.LambdaThisCaptureField = LambdaThisCaptureField; in ~InlinedOpenMPRegionRAII()
293 FieldDecl *LambdaThisCaptureField; variable
1908 FieldDecl *LambdaThisCaptureField; in VisitCommonDeclRefExpr() local1909 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()