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

  /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 43 milliseconds