Home | History | Annotate | Download | only in Sema

Lines Matching defs:isDependent

125   bool isDependent() const { return Dependent; }
411 if (EC.isDependent()) {
472 if (!EC.isDependent())
505 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
535 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
761 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
1406 assert(EC.isDependent() && "delaying non-dependent access");