Lines Matching defs:Templates
455 // Except for member functions of class templates, the default arguments
1440 // For the MS ABI, propagate DLL attributes to base class templates.
4689 // Methods and method templates.
4706 // Nested classes and class templates.
5291 // Do not apply this rule to members of class templates, since core issue 1358
5969 // Look for constructor templates.
8999 Templates;
9004 for (unsigned I = 0, N = Templates.size(); I != N; ++I)
9005 if (S.TemplateParameterListsAreEqual(ParamList, Templates[I].first,
9007 return Templates[I].second;
9008 Templates.push_back(std::make_pair(ParamList, InheritingConstructor()));
9009 return Templates.back().second;
9066 // constructor templates that results from omitting any ellipsis parameter
12332 /// Notes on friend class templates:
12354 // friend templates because ActOnTag never produces a ClassTemplateDecl