Lines Matching refs:OMPCapturedExprDecl

1271   if (const auto *CED = dyn_cast<OMPCapturedExprDecl>(D))  in getCanonicalDecl()
2280 !(isa<OMPCapturedExprDecl>(D) && !D->hasAttr<OMPCaptureNoInitAttr>() && in isOpenMPCapturedByRef()
2281 !cast<OMPCapturedExprDecl>(D)->getInit()->isGLValue()) && in isOpenMPCapturedByRef()
2345 static OMPCapturedExprDecl *buildCaptureDecl(Sema &S, IdentifierInfo *Id,
2490 OMPCapturedExprDecl *CD = buildCaptureDecl( in isOpenMPCapturedDecl()
2542 if (DVarPrivate.CKind == OMPC_private && isa<OMPCapturedExprDecl>(D) && in isOpenMPPrivateDecl()
3749 if (!CS || (isa<OMPCapturedExprDecl>(VD) && !CS->capturesVariable(VD) && in VisitDeclRefExpr()
3752 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(VD)) in VisitDeclRefExpr()
3757 } else if (VD->isImplicit() || isa<OMPCapturedExprDecl>(VD)) in VisitDeclRefExpr()
4641 static OMPCapturedExprDecl *buildCaptureDecl(Sema &S, IdentifierInfo *Id, in buildCaptureDecl()
4662 auto *CED = OMPCapturedExprDecl::Create(C, CurContext, Id, Ty, in buildCaptureDecl()
4674 OMPCapturedExprDecl *CD; in buildCapture()
4676 CD = cast<OMPCapturedExprDecl>(VD); in buildCapture()
4689 OMPCapturedExprDecl *CD = buildCaptureDecl( in buildCapture()
6951 if (P.getFirst()->isImplicit() || isa<OMPCapturedExprDecl>(P.getFirst())) in ActOnOpenMPExecutableDirective()
8343 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
8378 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
9803 if (isa<OMPCapturedExprDecl>(DRE->getDecl())) { in checkOpenMPLoop()
15046 if (isa<OMPCapturedExprDecl>(CounterDecl)) in ActOnOpenMPTileDirective()
15291 if (isa<OMPCapturedExprDecl>(CounterDecl)) in ActOnOpenMPUnrollDirective()