Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentContext

84       Dependent(DC->isDependentContext()) {
259 bool CheckDependent = Derived->isDependentContext();
307 assert(!Friend->isDependentContext() &&
310 if (!Context->isDependentContext())
594 CheckDependent(InstanceContext->isDependentContext() ||
595 NamingClass->isDependentContext()),
1259 assert(DC->isDependentContext() && "delaying non-dependent access");