Home | History | Annotate | Download | only in Sema

Lines Matching defs:Specialization

693   //   A specialization of a conversion function template is not found by
718 // (14.9.2.3), the resulting specialization is used as if found by
724 // specialization into the result set. We do this to avoid forcing all
727 FunctionDecl *Specialization = nullptr;
747 Specialization, Info)
749 R.addDecl(Specialization);
1165 /// \brief Find the declaration that a class temploid member specialization was
1166 /// instantiated from, or the member itself if it is an explicit specialization.
1179 // If it's a class template specialization, find the template or partial
1180 // specialization from which it was instantiated.
1190 // Otherwise, it's an explicit specialization.
1819 // context, which means that SS refers to an unknown specialization.