Searched refs:CaptureExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2831 assert(CaptureExpr); in buildCaptureDecl() 2833 Expr *Init = AsExpression ? CaptureExpr : CaptureExpr->IgnoreImpCasts(); in buildCaptureDecl() 2835 if (CaptureExpr->getObjectKind() == OK_Ordinary && CaptureExpr->isGLValue()) { in buildCaptureDecl() 2849 CaptureExpr->getBeginLoc()); in buildCaptureDecl() 2857 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, in buildCapture() argument 2863 CD = buildCaptureDecl(S, D->getIdentifier(), CaptureExpr, WithInit, in buildCapture() 2866 CaptureExpr->getExprLoc()); in buildCapture() 2870 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); in buildCapture() 2873 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, in buildCapture() 2876 CaptureExpr->getExprLoc()); in buildCapture() [all …]
|