Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DComment.cpp133 TemplateKind = NotTemplate; in fill()
164 TemplateKind = TemplateSpecialization; in fill()
191 TemplateKind = Template; in fill()
202 TemplateKind = Template; in fill()
210 TemplateKind = TemplatePartialSpecialization; in fill()
216 TemplateKind = TemplateSpecialization; in fill()
282 TemplateKind = Template; in fill()
/external/clang/include/clang/AST/
DComment.h1035 unsigned TemplateKind : 2; member
1057 return static_cast<TemplateDeclKind>(TemplateKind); in getTemplateKind()
/external/clang/tools/libclang/
DCXComment.cpp1153 switch (DI->TemplateKind) { in visitFullComment()
1174 switch (DI->TemplateKind) { in visitFullComment()
/external/clang/lib/Sema/
DSemaTemplate.cpp180 TemplateNameKind TemplateKind; in isTemplateName() local
187 TemplateKind = TNK_Function_template; in isTemplateName()
204 TemplateKind = TNK_Function_template; in isTemplateName()
211 TemplateKind = TNK_Type_template; in isTemplateName()
216 return TemplateKind; in isTemplateName()