clang 19.0.0git
Public Attributes | List of all members

The type of an element in the abstract syntax tree. More...

#include "clang-c/Index.h"

Public Attributes

enum CXTypeKind kind
 
void * data [2]
 

Detailed Description

The type of an element in the abstract syntax tree.

Definition at line 3003 of file Index.h.

Member Data Documentation

◆ data

void* CXType::data[2]

Definition at line 3005 of file Index.h.

◆ kind

enum CXTypeKind CXType::kind

Definition at line 3004 of file Index.h.


The documentation for this struct was generated from the following file: