HomeSort by relevance Sort by last modified time
    Searched refs:TemplateKind (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/AST/
Comment.cpp 134 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/
Comment.h 1068 unsigned TemplateKind : 2;
1090 return static_cast<TemplateDeclKind>(TemplateKind);
  /external/clang/lib/Sema/
SemaTemplate.cpp 182 TemplateNameKind TemplateKind;
189 TemplateKind = TNK_Function_template;
205 TemplateKind = TNK_Function_template;
212 TemplateKind =
218 return TemplateKind;
    [all...]

Completed in 178 milliseconds