Searched refs:TemplateKind (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DComment.cpp134 TemplateKind = NotTemplate;
165 TemplateKind = TemplateSpecialization;
192 TemplateKind = Template;
203 TemplateKind = Template;
211 TemplateKind = TemplatePartialSpecialization;
217 TemplateKind = TemplateSpecialization;
319 TemplateKind = Template;
/external/clang/include/clang/AST/
H A DComment.h1068 unsigned TemplateKind : 2; member in struct:clang::comments::ParamCommandComment::DeclInfo
1090 return static_cast<TemplateDeclKind>(TemplateKind);
/external/clang/lib/Sema/
H A DSemaTemplate.cpp182 TemplateNameKind TemplateKind; local
189 TemplateKind = TNK_Function_template;
205 TemplateKind = TNK_Function_template;
212 TemplateKind =
218 return TemplateKind;

Completed in 88 milliseconds