Lines Matching defs:buildCapture
2845 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4445 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4458 static ExprResult buildCapture(Sema &S, Expr *CaptureExpr, DeclRefExpr *&Ref,
8414 return buildCapture(SemaRef, Capture, I->second, Name);
8416 ExprResult Res = buildCapture(SemaRef, Capture, Ref, Name);
9081 PrivateRef = buildCapture(SemaRef, D, ISC.getLoopDeclRefExpr(),
17416 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false);
17700 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
17868 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false);
17945 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
18008 CapturedExpr = buildCapture(SemaRef, Field, E, /*WithInit=*/false);
19080 VarsExpr = Ref = buildCapture(S, D, SimpleRefExpr, /*WithInit=*/false);
19335 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false);
19566 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
19788 : buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false));
22930 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
22981 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
23156 buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
23254 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false);