reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5930 return ExprResult(Capture); 5931 if (Capture->isEvaluatable(SemaRef.Context, Expr::SE_AllowSideEffects)) 5933 Capture->IgnoreImpCasts(), Capture->getType(), Sema::AA_Converting, 5933 Capture->IgnoreImpCasts(), Capture->getType(), Sema::AA_Converting, 5935 auto I = Captures.find(Capture); 5937 return buildCapture(SemaRef, Capture, I->second); 5939 ExprResult Res = buildCapture(SemaRef, Capture, Ref); 5940 Captures[Capture] = Ref;