Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specialization

485         //     - the explicit specialization of a function template;
486 // - the explicit specialization of a member function template;
487 // - the explicit specialization of a member function of a class
488 // template where the class template specialization to which the
489 // member function specialization belongs is implicitly
1877 // specialization, we take it as a type name.
5645 ClassTemplateSpecializationDecl *Specialization =
5647 if (!Specialization)
5650 Template = Specialization->getSpecializedTemplate();
5651 Arguments = Specialization->getTemplateArgs().data();
6022 // specialization. The UsingShadowDecl in D<T> then points directly
9519 // This might be a specialization of a literal operator template.
10073 /// However, unlike when declaring a template specialization, it's
10074 /// okay to refer to a template specialization without an empty
10128 // friend a member of an arbitrary specialization of your template).