clang 19.0.0git
Public Attributes | List of all members

#include "clang-c/Index.h"

Public Attributes

CXIdxEntityKind kind
 
CXIdxEntityCXXTemplateKind templateKind
 
CXIdxEntityLanguage lang
 
const char * name
 
const char * USR
 
CXCursor cursor
 
const CXIdxAttrInfo *const * attributes
 
unsigned numAttributes
 

Detailed Description

Definition at line 6069 of file Index.h.

Member Data Documentation

◆ attributes

const CXIdxAttrInfo* const* CXIdxEntityInfo::attributes

Definition at line 6076 of file Index.h.

◆ cursor

CXCursor CXIdxEntityInfo::cursor

Definition at line 6075 of file Index.h.

◆ kind

CXIdxEntityKind CXIdxEntityInfo::kind

Definition at line 6070 of file Index.h.

◆ lang

CXIdxEntityLanguage CXIdxEntityInfo::lang

Definition at line 6072 of file Index.h.

◆ name

const char* CXIdxEntityInfo::name

Definition at line 6073 of file Index.h.

◆ numAttributes

unsigned CXIdxEntityInfo::numAttributes

Definition at line 6077 of file Index.h.

◆ templateKind

CXIdxEntityCXXTemplateKind CXIdxEntityInfo::templateKind

Definition at line 6071 of file Index.h.

◆ USR

const char* CXIdxEntityInfo::USR

Definition at line 6074 of file Index.h.


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