clang 20.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 6143 of file Index.h.

Member Data Documentation

◆ attributes

const CXIdxAttrInfo* const* CXIdxEntityInfo::attributes

Definition at line 6150 of file Index.h.

◆ cursor

CXCursor CXIdxEntityInfo::cursor

Definition at line 6149 of file Index.h.

◆ kind

CXIdxEntityKind CXIdxEntityInfo::kind

Definition at line 6144 of file Index.h.

◆ lang

CXIdxEntityLanguage CXIdxEntityInfo::lang

Definition at line 6146 of file Index.h.

◆ name

const char* CXIdxEntityInfo::name

Definition at line 6147 of file Index.h.

◆ numAttributes

unsigned CXIdxEntityInfo::numAttributes

Definition at line 6151 of file Index.h.

◆ templateKind

CXIdxEntityCXXTemplateKind CXIdxEntityInfo::templateKind

Definition at line 6145 of file Index.h.

◆ USR

const char* CXIdxEntityInfo::USR

Definition at line 6148 of file Index.h.


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