Home | History | Annotate | Download | only in AST

Lines Matching defs:Deps

189   auto Deps = TemplateArgumentDependence::None;
195 Deps = toTemplateArgumentDependence(getAsType()->getDependence());
197 Deps |= TemplateArgumentDependence::Dependent;
198 return Deps;
212 Deps = TemplateArgumentDependence::Dependent |
214 return Deps;
222 Deps = toTemplateArgumentDependence(getAsExpr()->getDependence());
224 Deps |= TemplateArgumentDependence::Dependent |
226 return Deps;
230 Deps |= P.getDependence();
231 return Deps;
650 TemplateArgumentLoc *OutArgArray, TemplateArgumentDependence &Deps) {
657 Deps |= Info[i].getArgument().getDependence();