Lines Matching refs:IsDependent
5703 QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, in getAutoTypeInternal() argument
5707 !TypeConstraintConcept && !IsDependent) in getAutoTypeInternal()
5716 AutoType::Profile(ID, *this, DeducedType, Keyword, IsDependent, in getAutoTypeInternal()
5728 Canon = getAutoTypeInternal(QualType(), Keyword, IsDependent, IsPack, in getAutoTypeInternal()
5743 (IsDependent ? TypeDependence::DependentInstantiation in getAutoTypeInternal()
5757 bool IsDependent, bool IsPack, in getAutoType() argument
5760 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack"); in getAutoType()
5761 assert((!IsDependent || DeducedType.isNull()) && in getAutoType()
5763 return getAutoTypeInternal(DeducedType, Keyword, IsDependent, IsPack, in getAutoType()
5771 TemplateName Template, QualType DeducedType, bool IsDependent) const { in getDeducedTemplateSpecializationType()
5776 IsDependent); in getDeducedTemplateSpecializationType()
5782 DeducedTemplateSpecializationType(Template, DeducedType, IsDependent); in getDeducedTemplateSpecializationType()