Home | History | Annotate | Download | only in Sema

Lines Matching defs:IsDependent

254   bool isDependent = false;
260 isDependent = ObjectType->isDependentType();
261 assert((isDependent || !ObjectType->isIncompleteType() ||
274 isDependent = isDependentScopeSpecifier(SS);
303 } else if (isDependent && (!S || ObjectType.isNull())) {
316 if (Found.empty() && !isDependent) {
353 if (isDependent)
2058 } else if (Name.isDependent() ||
2472 if (!Name.isDependent() &&
5120 assert(Name.isDependent() && "Non-dependent template isn't a declaration?");
6071 if (!Name.isDependent() &&
7243 bool IsDependent = false;
7247 MultiTemplateParamsArg(), Owned, IsDependent,
7250 assert(!IsDependent && "explicit instantiation of dependent name not yet handled");
7879 assert(QualifierLoc.getNestedNameSpecifier()->isDependent());