Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDependent

3591         bool IsDependent = BaseType->isDependentType();
3592 if (!IsDependent) {
3595 IsDependent = Ctx->isDependentContext();
3600 if (IsDependent)
4060 if (!Results.empty() && NNS->isDependent())