Lines Matching defs:Dependent
66 const ConstraintSatisfaction *Satisfaction, bool Dependent,
76 if (Dependent)
87 bool Dependent,
90 ConceptSpecializationExpr(C, Loc, SpecDecl, Satisfaction, Dependent,
127 bool Dependent = false;
130 Dependent |= P->getType()->isInstantiationDependentType();
136 Dependent |= R->isDependent();
138 if (!Dependent) {
151 RequiresExprBits.IsSatisfied |= Dependent;
159 if (Dependent)