Home | History | Annotate | Download | only in Sema

Lines Matching defs:Templates

435   //   Except for member functions of class templates, the default arguments
1416 // For the MS ABI, propagate DLL attributes to base class templates.
4385 // Methods and method templates.
4402 // Nested classes and class templates.
4954 // Do not apply this rule to members of class templates, since core issue 1358
5055 "Should not ever add destructors of templates into the list.");
5624 // Look for constructor templates.
8549 Templates;
8554 for (unsigned I = 0, N = Templates.size(); I != N; ++I)
8555 if (S.TemplateParameterListsAreEqual(ParamList, Templates[I].first,
8557 return Templates[I].second;
8558 Templates.push_back(std::make_pair(ParamList, InheritingConstructor()));
8559 return Templates.back().second;
8616 // constructor templates that results from omitting any ellipsis parameter
11730 /// Notes on friend class templates:
11752 // friend templates because ActOnTag never produces a ClassTemplateDecl