Lines Matching refs:IsDependent
389 bool IsDependent = false; in LookupTemplateName() local
395 IsDependent = !LookupCtx && ObjectType->isDependentType(); in LookupTemplateName()
396 assert((IsDependent || !ObjectType->isIncompleteType() || in LookupTemplateName()
423 IsDependent = !LookupCtx && isDependentScopeSpecifier(SS); in LookupTemplateName()
447 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
471 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
492 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()
504 if (Found.empty() && !IsDependent && AllowTypoCorrection) { in LookupTemplateName()
543 if (IsDependent) { in LookupTemplateName()
9829 bool IsDependent = false; in ActOnExplicitInstantiation() local
9833 MultiTemplateParamsArg(), Owned, IsDependent, in ActOnExplicitInstantiation()
9837 assert(!IsDependent && "explicit instantiation of dependent name not yet handled"); in ActOnExplicitInstantiation()