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