Lines Matching defs:IsDependent
6422 QualType DeducedType, AutoTypeKeyword Keyword, bool IsDependent,
6426 !TypeConstraintConcept && !IsDependent)
6434 IsDependent || IsDeducedDependent, TypeConstraintConcept,
6450 getAutoTypeInternal(QualType(), Keyword, IsDependent, IsPack,
6461 (IsDependent ? TypeDependence::DependentInstantiation
6480 bool IsDependent, bool IsPack,
6483 assert((!IsPack || IsDependent) && "only use IsPack for a dependent pack");
6484 assert((!IsDependent || DeducedType.isNull()) &&
6486 return getAutoTypeInternal(DeducedType, Keyword, IsDependent, IsPack,
6512 TemplateName Template, QualType DeducedType, bool IsDependent,
6518 IsDependent);
6524 DeducedTemplateSpecializationType(Template, DeducedType, IsDependent,
6538 TemplateName Template, QualType DeducedType, bool IsDependent) const {
6542 IsDependent, QualType())
6545 IsDependent, Canon);
14026 /*IsDependent=*/false, /*IsPack=*/false, CD, As);