Lines Matching refs:OMPCapturedExprDecl
1130 if (const auto *CED = dyn_cast<OMPCapturedExprDecl>(D)) in getCanonicalDecl()
2127 !(isa<OMPCapturedExprDecl>(D) && !D->hasAttr<OMPCaptureNoInitAttr>() && in isOpenMPCapturedByRef()
2128 !cast<OMPCapturedExprDecl>(D)->getInit()->isGLValue()) && in isOpenMPCapturedByRef()
3473 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(VD)) in VisitDeclRefExpr()
3478 } else if (VD->isImplicit() || isa<OMPCapturedExprDecl>(VD)) in VisitDeclRefExpr()
4300 static OMPCapturedExprDecl *buildCaptureDecl(Sema &S, IdentifierInfo *Id, in buildCaptureDecl()
4320 auto *CED = OMPCapturedExprDecl::Create(C, S.CurContext, Id, Ty, in buildCaptureDecl()
4332 OMPCapturedExprDecl *CD; in buildCapture()
4334 CD = cast<OMPCapturedExprDecl>(VD); in buildCapture()
4345 OMPCapturedExprDecl *CD = buildCaptureDecl( in buildCapture()
6301 if (P.getFirst()->isImplicit() || isa<OMPCapturedExprDecl>(P.getFirst())) in ActOnOpenMPExecutableDirective()
7579 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
7614 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
8968 if (isa<OMPCapturedExprDecl>(DRE->getDecl())) { in checkOpenMPLoop()
12695 if (isa<OMPCapturedExprDecl>(CounterDecl)) in ActOnOpenMPTileDirective()
12938 if (isa<OMPCapturedExprDecl>(CounterDecl)) in ActOnOpenMPUnrollDirective()