reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3546 CaptureExpr = S.DefaultLvalueConversion(CaptureExpr).get(); 3549 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, 3549 S, &S.getASTContext().Idents.get(".capture_expr."), CaptureExpr, 3551 Ref = buildDeclRefExpr(S, CD, CD->getType().getNonReferenceType(), 3555 if (!S.getLangOpts().CPlusPlus && 3558 Res = S.CreateBuiltinUnaryOp(CaptureExpr->getExprLoc(), UO_Deref, Ref); 3562 return S.DefaultLvalueConversion(Res.get());