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()
4294 static OMPCapturedExprDecl *buildCaptureDecl(Sema &S, IdentifierInfo *Id, in buildCaptureDecl()
4314 auto *CED = OMPCapturedExprDecl::Create(C, S.CurContext, Id, Ty, in buildCaptureDecl()
4326 OMPCapturedExprDecl *CD; in buildCapture()
4328 CD = cast<OMPCapturedExprDecl>(VD); in buildCapture()
4339 OMPCapturedExprDecl *CD = buildCaptureDecl( in buildCapture()
6286 if (P.getFirst()->isImplicit() || isa<OMPCapturedExprDecl>(P.getFirst())) in ActOnOpenMPExecutableDirective()
7563 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
7598 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
8962 if (isa<OMPCapturedExprDecl>(DRE->getDecl())) { in checkOpenMPLoop()
12644 if (isa<OMPCapturedExprDecl>(CounterDecl)) in ActOnOpenMPTileDirective()