Searched refs:CaptureFields (Results 1 – 3 of 3) sorted by relevance
506 llvm::DenseMap<const ValueDecl *, FieldDecl *> CaptureFields; in findLambdaReferenceCaptures() local508 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()515 const FieldDecl *FD = CaptureFields[VD]; in findLambdaReferenceCaptures()
431 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;433 CaptureFields[I->getCapturedVar()->getCanonicalDecl()] = *Field;447 return CaptureFields.lookup(VD->getCanonicalDecl());468 return CaptureFields;476 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields;
4721 llvm::SmallDenseMap<const VarDecl *, FieldDecl *> CaptureFields = in EmitOMPTaskBasedDirective() local4724 if (CaptureFields.size() && ContextValue) { in EmitOMPTaskBasedDirective()4739 for (auto It = CaptureFields.begin(); It != CaptureFields.end(); ++It) { in EmitOMPTaskBasedDirective()