Searched refs:LambdaCaptureFields (Results 1 – 9 of 9) sorted by relevance
1941 auto L = ParentCGF.LambdaCaptureFields.find(VD); in EmitCapturedLocals()1942 if (L != ParentCGF.LambdaCaptureFields.end()) { in EmitCapturedLocals()1943 LambdaCaptureFields[VD] = L->second; in EmitCapturedLocals()
410 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in __anonad2d34460111::InlinedOpenMPRegionRAII428 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in InlinedOpenMPRegionRAII()443 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); in ~InlinedOpenMPRegionRAII()3888 } else if (CGF.LambdaCaptureFields.count( in emitPrivatesInit()
1105 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
63 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()200 return CGF.LambdaCaptureFields.lookup(VD) || in isCapturedVar()290 LambdaCaptureFields.lookup(OrigVD) || in EmitOMPSharedLValue()
511 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD)) in getCaptureFieldType()
574 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields;
2721 if (auto *FD = LambdaCaptureFields.lookup(VD)) in EmitDeclRefLValue()
2549 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; in VisitCommonDeclRefExpr() local2551 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()2555 if (const FieldDecl *FD = LambdaCaptureFields[VD]) { in VisitCommonDeclRefExpr()
581 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields; member in __anondef1c1650111::CallStackFrame6113 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()8151 if (auto *FD = Info.CurrentCall->LambdaCaptureFields.lookup(VD)) { in VisitVarDecl()