Home | History | Annotate | Download | only in AST

Lines Matching refs:Spec

3059   // The exception spec is not part of the canonical type.
3410 TemplateSpecializationType *Spec
3414 Types.push_back(Spec);
3415 return QualType(Spec, 0);
3443 Spec
3446 if (!Spec) {
3451 Spec = new (Mem) TemplateSpecializationType(CanonTemplate,
3454 Types.push_back(Spec);
3455 TemplateSpecializationTypes.InsertNode(Spec, InsertPos);
3458 assert(Spec->isDependentType() &&
3460 return QualType(Spec, 0);
5648 if (ClassTemplateSpecializationDecl *Spec
5650 const TemplateArgumentList &TemplateArgs = Spec->getTemplateArgs();