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) {
352 if (isDependent)
1980 } else if (Name.isDependent() ||
4330 assert(Name.isDependent() && "Non-dependent template isn't a declaration?");
5212 if (!Name.isDependent() &&
6367 bool IsDependent = false;
6372 Owned, IsDependent, SourceLocation(), false,
6374 assert(!IsDependent && "explicit instantiation of dependent name not yet handled");
6904 assert(QualifierLoc.getNestedNameSpecifier()->isDependent());