Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentType

56   if (!T->isDependentType())
265 if (T->isDependentType())
323 isDependent = ObjectType->isDependentType();
435 isDependent = ObjectType->isDependentType();
758 if (!T->isDependentType() && !T->getAs<TagType>()) {
860 if (!T->isDependentType() && !T->getAs<TagType>()) {