Home | History | Annotate | Download | only in Parse

Lines Matching refs:Template

743   // If the Decl is templatized, add template parameters to scope.
868 /// [C++] template-declaration
1153 case ParsedTemplateInfo::Template:
1651 // We have a qualified template-id, e.g., N::A<int>
1663 // simple-template-id's template-name in the last
1669 // Thus, if the template-name is actually the constructor
1679 // definition, but template arguments are not allowed
1686 // a constructor with some extraneous template
1876 // This template-id does not refer to a type name, so we're
1881 // If we're in a context where the template-id could be a
1889 // Turn the template-id annotation token into a type annotation
2251 /// '::'[opt] nested-name-specifier 'template' template-id [TODO]
2905 // template.
3684 // template type argument, in which case the cv-qualifiers are ignored.
3760 /// template-id
3782 // abstract-declarator if the type of the parameter names a template