struct ASTNodeKind::KindToKindId

Declaration

template <class T>
struct ASTNodeKind::KindToKindId { /* full declaration omitted */ };

Description

Helper meta-function to convert a kind T to its enum value. This struct is specialized below for all known kinds.

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

Templates

T

Member Variables

public static const clang::ASTNodeKind::NodeKindId Id = NKI_None