Searched refs:CaptureFields (Results 1 – 3 of 3) sorted by relevance
507 llvm::DenseMap<const VarDecl *, FieldDecl *> CaptureFields; in findLambdaReferenceCaptures() local509 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()516 const FieldDecl *FD = CaptureFields[VD]; in findLambdaReferenceCaptures()
422 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;424 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;438 return CaptureFields.lookup(VD->getCanonicalDecl());459 return CaptureFields;467 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;
4641 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields = in EmitOMPTaskBasedDirective() local4644 if (CaptureFields.size() && ContextValue) { in EmitOMPTaskBasedDirective()4659 for (auto It = CaptureFields.begin(); It != CaptureFields.end(); ++It) { in EmitOMPTaskBasedDirective()