Home | History | Annotate | Download | only in Sema

Lines Matching refs:isDependentType

469   assert(BaseType->isDependentType() ||
520 assert(BaseType->isDependentType());
687 if (BaseType->isDependentType() ||
1191 assert(!BaseType->isDependentType());
1646 if (Base->getType()->isDependentType() || Name.isDependentName() ||