clang API Documentation

Namespaces | Enumerations
TemplateKinds.h File Reference

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

This graph shows which files directly or indirectly include this file:

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...

Detailed Description

Defines the clang::TemplateNameKind enum.

Definition in file TemplateKinds.h.