Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specialization

648   //   A specialization of a conversion function template is not found by
674 // (14.9.2.3), the resulting specialization is used as if found by
680 // specialization into the result set. We do this to avoid forcing all
683 FunctionDecl *Specialization = 0;
703 Specialization, Info)
705 R.addDecl(Specialization);
1549 // context, which means that SS refers to an unknown specialization.