Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentContext

85       Dependent(DC->isDependentContext()) {
280 bool CheckDependent = Derived->isDependentContext();
288 if (Derived->isDependentContext() && !Derived->hasDefinition())
331 assert(!Friend->isDependentContext() &&
334 if (!Context->isDependentContext())
618 CheckDependent(InstanceContext->isDependentContext() ||
619 NamingClass->isDependentContext()),
1408 assert(DC->isDependentContext() && "delaying non-dependent access");