Home | History | Annotate | Download | only in Sema

Lines Matching defs:IsDependent

3588         bool IsDependent = BaseType->isDependentType();
3589 if (!IsDependent) {
3592 IsDependent = Ctx->isDependentContext();
3597 if (IsDependent)
4043 if (!Results.empty() && NNS->isDependent())