Home | History | Annotate | Download | only in Sema

Lines Matching defs:Specialization

497         //     - the explicit specialization of a function template;
498 // - the explicit specialization of a member function template;
499 // - the explicit specialization of a member function of a class
500 // template where the class template specialization to which the
501 // member function specialization belongs is implicitly
2213 // specialization, we take it as a type name.
6264 ClassTemplateSpecializationDecl *Specialization =
6266 if (!Specialization)
6269 Template = Specialization->getSpecializedTemplate();
6270 Arguments = Specialization->getTemplateArgs().data();
6644 // specialization. The UsingShadowDecl in D<T> then points directly
10049 // This might be a specialization of a literal operator template.
10637 /// However, unlike when declaring a template specialization, it's
10638 /// okay to refer to a template specialization without an empty
10692 // friend a member of an arbitrary specialization of your template).