clang  5.0.0
Public Attributes | List of all members
CXType Struct Reference

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

#include "clang-c/Index.h"

Collaboration diagram for CXType:
[legend]

Public Attributes

enum CXTypeKind kind
 
void * data [2]
 

Detailed Description

The type of an element in the abstract syntax tree.

Definition at line 3225 of file Index.h.

Member Data Documentation

void* CXType::data[2]

Definition at line 3227 of file Index.h.

enum CXTypeKind CXType::kind

Definition at line 3226 of file Index.h.


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