Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDependent

3710         bool IsDependent = BaseType->isDependentType();
3711 if (!IsDependent) {
3714 IsDependent = Ctx->isDependentContext();
3719 if (IsDependent)
4267 if (!Results.empty() && NNS->isDependent())