Lines Matching refs:Dependent
56 "should not be value-dependent");
92 const ConstraintSatisfaction *Satisfaction, bool Dependent,
106 if (Dependent)
118 bool Dependent,
123 C, NamedConcept, ConvertedArgs, Satisfaction, Dependent,
154 bool Dependent = false;
157 Dependent |= P->getType()->isInstantiationDependentType();
163 Dependent |= R->isDependent();
165 if (!Dependent) {
175 RequiresExprBits.IsSatisfied |= Dependent;
179 // FIXME: this is incorrect for cases where we have a non-dependent
180 // requirement, but its parameters are instantiation-dependent. RequiresExpr
181 // should be instantiation-dependent if it has instantiation-dependent
183 if (Dependent)