Searched refs:buildCapture (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2877 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, 4463 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr, in buildCapture() function 4476 static ExprResult buildCapture(Sema &S, Expr *CaptureExpr, DeclRefExpr *&Ref, in buildCapture() function 8411 return buildCapture(SemaRef, Capture, I->second, Name); in tryBuildCapture() 8413 ExprResult Res = buildCapture(SemaRef, Capture, Ref, Name); in tryBuildCapture() 9074 PrivateRef = buildCapture(SemaRef, D, ISC.getLoopDeclRefExpr(), in ActOnOpenMPLoopInitialization() 17229 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false); in ActOnOpenMPPrivateClause() 17513 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true); in ActOnOpenMPFirstprivateClause() 17681 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false); in ActOnOpenMPLastprivateClause() 17758 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true); in ActOnOpenMPSharedClause() [all …]
|