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