Lines Matching defs:IsDependent
391 bool IsDependent = false;
397 IsDependent = !LookupCtx && ObjectType->isDependentType();
398 assert((IsDependent || !ObjectType->isIncompleteType() ||
426 IsDependent = !LookupCtx && isDependentScopeSpecifier(SS);
450 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
474 IsDependent |= Found.wasNotFoundInCurrentInstantiation();
494 if (AllFunctions || (Found.empty() && !IsDependent)) {
506 if (Found.empty() && !IsDependent && AllowTypoCorrection) {
545 if (IsDependent) {
10013 bool IsDependent = false;
10017 MultiTemplateParamsArg(), Owned, IsDependent, SourceLocation(),
10021 assert(!IsDependent && "explicit instantiation of dependent name not yet handled");