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) {
360 if (isDependent)
2020 } else if (Name.isDependent() ||
2377 if (!Name.isDependent() &&
4910 assert(Name.isDependent() && "Non-dependent template isn't a declaration?");
5802 if (!Name.isDependent() &&
6991 bool IsDependent = false;
6995 MultiTemplateParamsArg(), Owned, IsDependent,
6997 assert(!IsDependent && "explicit instantiation of dependent name not yet handled");
7630 assert(QualifierLoc.getNestedNameSpecifier()->isDependent());