clang API Documentation
Defines the clang::TemplateNameKind enum. More...

Go to the source code of this file.
Namespaces | |
| namespace | clang |
Enumerations | |
| enum | clang::TemplateNameKind { clang::TNK_Non_template = 0, clang::TNK_Function_template, clang::TNK_Type_template, clang::TNK_Var_template, clang::TNK_Dependent_template_name } |
| Specifies the kind of template name that an identifier refers to. Be careful when changing this: this enumeration is used in diagnostics. More... | |
Defines the clang::TemplateNameKind enum.
Definition in file TemplateKinds.h.