Searched refs:buildCapture (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2853 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, 4460 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, in buildCapture() function 4473 static ExprResult buildCapture(Sema &S, Expr *CaptureExpr, DeclRefExpr *&Ref, in buildCapture() function 8447 return buildCapture(SemaRef, Capture, I->second, Name); in tryBuildCapture() 8449 ExprResult Res = buildCapture(SemaRef, Capture, Ref, Name); in tryBuildCapture() 9114 PrivateRef = buildCapture(SemaRef, D, ISC.getLoopDeclRefExpr(), in ActOnOpenMPLoopInitialization() 17848 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false); in ActOnOpenMPPrivateClause() 18135 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true); in ActOnOpenMPFirstprivateClause() 18303 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false); in ActOnOpenMPLastprivateClause() 18381 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true); in ActOnOpenMPSharedClause() [all …]
|