Home | History | Annotate | Download | only in AST

Lines Matching refs:isDependentType

173   : Type(Vector, canonType, vecType->isDependentType(),
185 : Type(tc, canonType, vecType->isDependentType(),
894 assert(!isDependentType() && "This doesn't make sense for dependent types");
1056 if (CanonicalType->isDependentType())
1113 if (CanonicalType->isDependentType())
1144 if (isDependentType())
1210 if (isDependentType())
1248 if (ty->isDependentType())
1330 if (this->isDependentType() || ET->getDecl()->getPromotionType().isNull()
1567 (!getTypePtr()->isDependentType() && !getTypePtr()->isRecordType()))
1595 result->isDependentType(),
1609 if (params[i]->isDependentType())
1624 if (epi.Exceptions[i]->isDependentType())
1845 : Type(TC, can, D->isDependentType(),
1846 /*InstantiationDependent=*/D->isDependentType(),
1864 : Type(UnaryTransform, CanonicalType, UnderlyingType->isDependentType(),
2004 Canon.isNull()? T.isDependent() : Canon->isDependentType(),