Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependent

120   bool isDependent() const { return Dependent; }
395 if (EC.isDependent()) {
456 if (!EC.isDependent())
489 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
519 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
745 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
1346 assert(EC.isDependent() && "delaying non-dependent access");