Lines Matching refs:OMPCapturedExprDecl

1276   if (const auto *CED = dyn_cast<OMPCapturedExprDecl>(D))  in getCanonicalDecl()
2285 !(isa<OMPCapturedExprDecl>(D) && !D->hasAttr<OMPCaptureNoInitAttr>() && in isOpenMPCapturedByRef()
2286 !cast<OMPCapturedExprDecl>(D)->getInit()->isGLValue()) && in isOpenMPCapturedByRef()
2350 static OMPCapturedExprDecl *buildCaptureDecl(Sema &S, IdentifierInfo *Id,
2498 OMPCapturedExprDecl *CD = buildCaptureDecl( in isOpenMPCapturedDecl()
2550 if (DVarPrivate.CKind == OMPC_private && isa<OMPCapturedExprDecl>(D) && in isOpenMPPrivateDecl()
3791 if (!CS || (isa<OMPCapturedExprDecl>(VD) && !CS->capturesVariable(VD) && in VisitDeclRefExpr()
3794 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(VD)) in VisitDeclRefExpr()
3799 } else if (VD->isImplicit() || isa<OMPCapturedExprDecl>(VD)) in VisitDeclRefExpr()
4432 static OMPCapturedExprDecl *buildCaptureDecl(Sema &S, IdentifierInfo *Id, in buildCaptureDecl()
4453 auto *CED = OMPCapturedExprDecl::Create(C, CurContext, Id, Ty, in buildCaptureDecl()
4465 OMPCapturedExprDecl *CD; in buildCapture()
4467 CD = cast<OMPCapturedExprDecl>(VD); in buildCapture()
4480 OMPCapturedExprDecl *CD = buildCaptureDecl( in buildCapture()
6728 if (P.getFirst()->isImplicit() || isa<OMPCapturedExprDecl>(P.getFirst())) in ActOnOpenMPExecutableDirective()
8149 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
8184 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
9638 if (isa<OMPCapturedExprDecl>(DRE->getDecl())) { in checkOpenMPLoop()
14104 if (isa<OMPCapturedExprDecl>(CounterDecl)) in addLoopPreInits()