Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specialization

841   //   A specialization of a conversion function template is not found by
866 // (14.9.2.3), the resulting specialization is used as if found by
872 // specialization into the result set. We do this to avoid forcing all
875 FunctionDecl *Specialization = nullptr;
894 Specialization, Info)
896 R.addDecl(Specialization);
1309 /// \brief Find the declaration that a class temploid member specialization was
1310 /// instantiated from, or the member itself if it is an explicit specialization.
2158 // context, which means that SS refers to an unknown specialization.