Home | History | Annotate | Download | only in Sema

Lines Matching defs:Specialization

531         //     - the explicit specialization of a function template;
532 // - the explicit specialization of a member function template;
533 // - the explicit specialization of a member function of a class
534 // template where the class template specialization to which the
535 // member function specialization belongs is implicitly
1326 // The specialization already has the right attribute.
2652 // specialization, we take it as a type name.
6912 ClassTemplateSpecializationDecl *Specialization =
6914 if (!Specialization)
6917 Template = Specialization->getSpecializedTemplate();
6918 Arguments = Specialization->getTemplateArgs().data();
7283 // specialization. The UsingShadowDecl in D<T> then points directly
10560 // If we are defining a specialization of a conversion to function-ptr
10561 // cache the deduced template arguments for this specialization
10566 // Retrieve the corresponding call-operator specialization.
10592 // ... and get the corresponding specialization for a generic lambda.
10603 "Must have a corresponding static invoker specialization");
11110 // This might be a specialization of a literal operator template.
11737 /// However, unlike when declaring a template specialization, it's
11738 /// okay to refer to a template specialization without an empty
11792 // friend a member of an arbitrary specialization of your template).