Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependent

125   bool isDependent() const { return Dependent; }
407 if (EC.isDependent()) {
468 if (!EC.isDependent())
501 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend))
531 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend))
752 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass))
1396 assert(EC.isDependent() && "delaying non-dependent access");