Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsDependent

252   bool isDependent = false;
258 isDependent = ObjectType->isDependentType();
259 assert((isDependent || !ObjectType->isIncompleteType()) &&
271 isDependent = isDependentScopeSpecifier(SS);
300 } else if (isDependent && (!S || ObjectType.isNull())) {
313 if (Found.empty() && !isDependent) {
353 if (isDependent)
2022 } else if (Name.isDependent() ||
4453 assert(Name.isDependent() && "Non-dependent template isn't a declaration?");
5351 if (!Name.isDependent() &&
6532 bool IsDependent = false;
6536 MultiTemplateParamsArg(), Owned, IsDependent,
6538 assert(!IsDependent && "explicit instantiation of dependent name not yet handled");
7102 assert(QualifierLoc.getNestedNameSpecifier()->isDependent());