Lines Matching defs:IsDependent
394 bool IsDependent = false;
400 IsDependent = !LookupCtx && ObjectType->isDependentType();
401 assert((IsDependent || !ObjectType->isIncompleteType() ||
429 IsDependent = !LookupCtx && isDependentScopeSpecifier(SS);
453 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
477 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
497 if (AllFunctions || (Found.empty() && !IsDependent)) {
509 if (Found.empty() && !IsDependent && AllowTypoCorrection) {
548 if (IsDependent) {
9704 bool IsDependent = false;
9708 MultiTemplateParamsArg(), Owned, IsDependent, SourceLocation(),
9712 assert(!IsDependent && "explicit instantiation of dependent name not yet handled");