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 1035 unsigned TemplateKind : 2;
1057 return static_cast<TemplateDeclKind>(TemplateKind);
  /external/clang/lib/Sema/
SemaTemplate.cpp 180 TemplateNameKind TemplateKind;
187 TemplateKind = TNK_Function_template;
204 TemplateKind = TNK_Function_template;
211 TemplateKind = TNK_Type_template;
216 return TemplateKind;
    [all...]

Completed in 105 milliseconds