Home | History | Annotate | Download | only in Sema

Lines Matching defs:Specialization

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