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;
164 TemplateKind = TemplateSpecialization;
190 TemplateKind = Template;
200 TemplateKind = Template;
208 TemplateKind = TemplatePartialSpecialization;
214 TemplateKind = TemplateSpecialization;
312 TemplateKind = Template;
  /external/clang/include/clang/AST/
Comment.h 1070 unsigned TemplateKind : 2;
1092 return static_cast<TemplateDeclKind>(TemplateKind);
  /external/clang/lib/Sema/
SemaTemplate.cpp 183 TemplateNameKind TemplateKind;
190 TemplateKind = TNK_Function_template;
206 TemplateKind = TNK_Function_template;
214 TemplateKind =
220 return TemplateKind;
    [all...]

Completed in 73 milliseconds