Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specialization

576         //     - the explicit specialization of a function template;
577 // - the explicit specialization of a member function template;
578 // - the explicit specialization of a member function of a class
579 // template where the class template specialization to which the
580 // member function specialization belongs is implicitly
2929 // specialization, we take it as a type name.
4432 // class template specialization here, but doing so breaks a lot of code.
7372 ClassTemplateSpecializationDecl *Specialization =
7374 if (!Specialization)
7377 Template = Specialization->getSpecializedTemplate();
7378 Arguments = Specialization->getTemplateArgs().data();
7746 // specialization. The UsingShadowDecl in D<T> then points directly
11151 // If we are defining a specialization of a conversion to function-ptr
11152 // cache the deduced template arguments for this specialization
11157 // Retrieve the corresponding call-operator specialization.
11183 // ... and get the corresponding specialization for a generic lambda.
11194 "Must have a corresponding static invoker specialization");
11754 // This might be a specialization of a literal operator template.
12380 /// However, unlike when declaring a template specialization, it's
12381 /// okay to refer to a template specialization without an empty
12435 // friend a member of an arbitrary specialization of your template).