Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specialization

687   //   A specialization of a conversion function template is not found by
712 // (14.9.2.3), the resulting specialization is used as if found by
718 // specialization into the result set. We do this to avoid forcing all
721 FunctionDecl *Specialization = 0;
741 Specialization, Info)
743 R.addDecl(Specialization);
1103 /// \brief Find the declaration that a class temploid member specialization was
1104 /// instantiated from, or the member itself if it is an explicit specialization.
1117 // If it's a class template specialization, find the template or partial
1118 // specialization from which it was instantiated.
1128 // Otherwise, it's an explicit specialization.
1752 // context, which means that SS refers to an unknown specialization.