HomeSort by: relevance | last modified time | path
    Searched defs:TemplateKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h 1064 unsigned TemplateKind : 2;
1086 return static_cast<TemplateDeclKind>(TemplateKind);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplate.cpp 259 TemplateNameKind TemplateKind;
266 TemplateKind = TNK_Function_template;
293 TemplateKind = TNK_Function_template;
301 TemplateKind =
309 return TemplateKind;

Completed in 86 milliseconds