struct ASTNodeKind::KindInfo

Declaration

struct ASTNodeKind::KindInfo { /* full declaration omitted */ };

Description

Per kind info.

Declared at: clang/include/clang/AST/ASTTypeTraits.h:186

Member Variables

public clang::ASTNodeKind::NodeKindId ParentId
The id of the parent kind, or None if it has no parent.
public const char* Name
Name of the kind.