Lines Matching defs:Bind
7794 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E);
7797 ExprEvalContexts.back().DelayedDecltypeBinds.push_back(Bind);
7799 return Bind;
7933 CXXBindTemporaryExpr *Bind =
7935 if (Bind == TopBind)
7938 CXXTemporary *Temp = Bind->getTemporary();
7941 Bind->getType()->getBaseElementTypeUnsafe()->getAsCXXRecordDecl();
7945 MarkFunctionReferenced(Bind->getExprLoc(), Destructor);
7946 CheckDestructorAccess(Bind->getExprLoc(), Destructor,
7948 << Bind->getType());
7949 if (DiagnoseUseOfDecl(Destructor, Bind->getExprLoc()))