Home
last modified time | relevance | path

Searched refs:TemplateKind (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DComment.cpp134 TemplateKind = NotTemplate; in fill()
164 TemplateKind = TemplateSpecialization; in fill()
190 TemplateKind = Template; in fill()
200 TemplateKind = Template; in fill()
208 TemplateKind = TemplatePartialSpecialization; in fill()
214 TemplateKind = TemplateSpecialization; in fill()
312 TemplateKind = Template; in fill()
/external/clang/include/clang/AST/
DComment.h1070 unsigned TemplateKind : 2; member
1092 return static_cast<TemplateDeclKind>(TemplateKind); in getTemplateKind()
/external/clang/lib/Index/
DCommentToXML.cpp837 switch (DI->TemplateKind) { in visitFullComment()
858 switch (DI->TemplateKind) { in visitFullComment()
/external/clang/lib/Sema/
DSemaTemplate.cpp183 TemplateNameKind TemplateKind; in isTemplateName() local
190 TemplateKind = TNK_Function_template; in isTemplateName()
206 TemplateKind = TNK_Function_template; in isTemplateName()
214 TemplateKind = in isTemplateName()
220 return TemplateKind; in isTemplateName()