Lines Matching defs:buildCapture
2877 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4463 static DeclRefExpr *buildCapture(Sema &S, ValueDecl *D, Expr *CaptureExpr,
4476 static ExprResult buildCapture(Sema &S, Expr *CaptureExpr, DeclRefExpr *&Ref,
8411 return buildCapture(SemaRef, Capture, I->second, Name);
8413 ExprResult Res = buildCapture(SemaRef, Capture, Ref, Name);
9074 PrivateRef = buildCapture(SemaRef, D, ISC.getLoopDeclRefExpr(),
17229 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false);
17513 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
17681 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false);
17758 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
17821 CapturedExpr = buildCapture(SemaRef, Field, E, /*WithInit=*/false);
18890 VarsExpr = Ref = buildCapture(S, D, SimpleRefExpr, /*WithInit=*/false);
19145 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false);
19376 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
19598 : buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false));
22511 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
22562 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
22737 buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/true);
22811 Ref = buildCapture(SemaRef, D, SimpleRefExpr, /*WithInit=*/false);