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 1049 unsigned TemplateKind : 2;
1071 return static_cast<TemplateDeclKind>(TemplateKind);
  /external/clang/lib/Sema/
SemaTemplate.cpp 181 TemplateNameKind TemplateKind;
188 TemplateKind = TNK_Function_template;
205 TemplateKind = TNK_Function_template;
212 TemplateKind =
218 return TemplateKind;
    [all...]

Completed in 56 milliseconds