Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentType

956     if (!Result->isDependentType())
1211 } else if (!T->isDependentType()) {
1538 if (!MPTy->getClass()->isDependentType())
1599 } else if ((!T->isDependentType() && !T->isIncompleteType() &&
1641 } else if (!T->isDependentType() && !T->isVariablyModifiedType() &&
1667 if (!T->isDependentType() &&
1704 if (!T->isDependentType() &&
1834 if (!Class->isDependentType() && !Class->isRecordType()) {
2792 (T->isDependentType() || T->isRecordType())))
4026 if (!type->isDependentType() && !type->isUndeducedType()) {
5199 // assert(!T->isDependentType() &&
5227 if (!MPTy->getClass()->isDependentType()) {
5372 assert(!T->isDependentType() && "type should not be dependent");
5566 if (!BaseType->isDependentType() && !BaseType->isEnumeralType()) {
5571 if (!BaseType->isDependentType()) {
5597 if (!T->isDependentType()) {