Lines Matching refs: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() &&
7879 assert(QualifierLoc.getNestedNameSpecifier()->isDependent());