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()
428 IsDependent = !LookupCtx && isDependentScopeSpecifier(SS); in LookupTemplateName()
452 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
476 IsDependent |= Found.wasNotFoundInCurrentInstantiation(); in LookupTemplateName()
496 if (AllFunctions || (Found.empty() && !IsDependent)) { in LookupTemplateName()
508 if (Found.empty() && !IsDependent && AllowTypoCorrection) { in LookupTemplateName()
547 if (IsDependent) { in LookupTemplateName()
9925 bool IsDependent = false; in ActOnExplicitInstantiation() local
9929 MultiTemplateParamsArg(), Owned, IsDependent, in ActOnExplicitInstantiation()
9933 assert(!IsDependent && "explicit instantiation of dependent name not yet handled"); in ActOnExplicitInstantiation()