Lines Matching defs:Bind
7646 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E);
7649 ExprEvalContexts.back().DelayedDecltypeBinds.push_back(Bind);
7651 return Bind;
7785 CXXBindTemporaryExpr *Bind =
7787 if (Bind == TopBind)
7790 CXXTemporary *Temp = Bind->getTemporary();
7793 Bind->getType()->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
7797 MarkFunctionReferenced(Bind->getExprLoc(), Destructor);
7798 CheckDestructorAccess(Bind->getExprLoc(), Destructor,
7800 << Bind->getType());
7801 if (DiagnoseUseOfDecl(Destructor, Bind->getExprLoc()))