Lines Matching refs:OMPCapturedExprDecl
710 if (const auto *CED = dyn_cast<OMPCapturedExprDecl>(D)) in getCanonicalDecl()
1534 !(isa<OMPCapturedExprDecl>(D) && !D->hasAttr<OMPCaptureNoInitAttr>() && in isOpenMPCapturedByRef()
1535 !cast<OMPCapturedExprDecl>(D)->getInit()->isGLValue()); in isOpenMPCapturedByRef()
2828 static OMPCapturedExprDecl *buildCaptureDecl(Sema &S, IdentifierInfo *Id, in buildCaptureDecl()
2848 auto *CED = OMPCapturedExprDecl::Create(C, S.CurContext, Id, Ty, in buildCaptureDecl()
2859 OMPCapturedExprDecl *CD; in buildCapture()
2861 CD = cast<OMPCapturedExprDecl>(VD); in buildCapture()
2872 OMPCapturedExprDecl *CD = buildCaptureDecl( in buildCapture()
4189 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
4222 if (auto *CED = dyn_cast<OMPCapturedExprDecl>(DRE->getDecl())) in checkAndSetInit()
5169 if (isa<OMPCapturedExprDecl>(DRE->getDecl())) { in checkOpenMPLoop()