enum DeclInfo::DeclKind

Description

A simplified description of \c CommentDecl kind that should be good enough for documentation rendering purposes.

Declared at: clang/include/clang/AST/Comment.h:993

Enumerators

NameValueComment
OtherKind0Everything else not explicitly mentioned below.
FunctionKind1Something that we consider a "function":
ClassKind2Something that we consider a "class":
VariableKind3Something that we consider a "variable":
NamespaceKind4A C++ namespace.
TypedefKind5A C++ typedef-name (a 'typedef' decl specifier or alias-declaration), see \c TypedefNameDecl.
EnumKind6An enumeration or scoped enumeration.