Searched refs:CaptureExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2866 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, 4645 assert(CaptureExpr); in buildCaptureDecl() 4647 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl() 4649 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl() 4663 CaptureExpr->getBeginLoc()); in buildCaptureDecl() 4678 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture() 4682 CaptureExpr->getExprLoc()); in buildCapture() 4687 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture() 4690 S, &S.getASTContext().Idents.get(Name), CaptureExpr, in buildCapture() 4693 CaptureExpr->getExprLoc()); in buildCapture() [all …]
|