Lines Matching refs:IsDependent
6186 QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent, in getAutoTypeInternal() argument
6190 !TypeConstraintConcept && !IsDependent) in getAutoTypeInternal()
6196 AutoType::Profile(ID, *this, DeducedType, Keyword, IsDependent, in getAutoTypeInternal()
6212 getAutoTypeInternal(QualType(), Keyword, IsDependent, IsPack, in getAutoTypeInternal()
6227 (IsDependent ? TypeDependence::DependentInstantiation in getAutoTypeInternal()
6241 bool IsDependent, bool IsPack, in getAutoType() argument
6244 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack"); in getAutoType()
6245 assert((!IsDependent || DeducedType.isNull()) && in getAutoType()
6247 return getAutoTypeInternal(DeducedType, Keyword, IsDependent, IsPack, in getAutoType()
6276 TemplateName Template, QualType DeducedType, bool IsDependent) const { in getDeducedTemplateSpecializationType()
6281 IsDependent); in getDeducedTemplateSpecializationType()
6287 DeducedTemplateSpecializationType(Template, DeducedType, IsDependent); in getDeducedTemplateSpecializationType()