Lines Matching defs:IsDependent
389 bool IsDependent = false;
395 IsDependent = !LookupCtx && ObjectType->isDependentType();
396 assert((IsDependent || !ObjectType->isIncompleteType() ||
423 IsDependent = !LookupCtx && isDependentScopeSpecifier(SS);
447 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
471 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
492 if (AllFunctions || (Found.empty() && !IsDependent)) {
504 if (Found.empty() && !IsDependent && AllowTypoCorrection) {
543 if (IsDependent) {
3753 } else if (Name.isDependent() ||
4346 if (!Name.isDependent() &&
7386 assert(Name.isDependent() && "Non-dependent template isn't a declaration?");
8367 if (!Name.isDependent() &&
9823 bool IsDependent = false;
9827 MultiTemplateParamsArg(), Owned, IsDependent,
9831 assert(!IsDependent && "explicit instantiation of dependent name not yet handled");
10575 assert(QualifierLoc.getNestedNameSpecifier()->isDependent());