Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependent

3477         bool IsDependent = BaseType->isDependentType();
3478 if (!IsDependent) {
3481 IsDependent = Ctx->isDependentContext();
3486 if (IsDependent)
3946 if (!Results.empty() && NNS->isDependent())