Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specialization

676   //   A specialization of a conversion function template is not found by
702 // (14.9.2.3), the resulting specialization is used as if found by
708 // specialization into the result set. We do this to avoid forcing all
711 FunctionDecl *Specialization = 0;
731 Specialization, Info)
733 R.addDecl(Specialization);
1627 // context, which means that SS refers to an unknown specialization.