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 6085 of file Index.h.

Member Data Documentation

◆ attributes

const CXIdxAttrInfo* const* CXIdxEntityInfo::attributes

Definition at line 6092 of file Index.h.

◆ cursor

CXCursor CXIdxEntityInfo::cursor

Definition at line 6091 of file Index.h.

◆ kind

CXIdxEntityKind CXIdxEntityInfo::kind

Definition at line 6086 of file Index.h.

◆ lang

CXIdxEntityLanguage CXIdxEntityInfo::lang

Definition at line 6088 of file Index.h.

◆ name

const char* CXIdxEntityInfo::name

Definition at line 6089 of file Index.h.

◆ numAttributes

unsigned CXIdxEntityInfo::numAttributes

Definition at line 6093 of file Index.h.

◆ templateKind

CXIdxEntityCXXTemplateKind CXIdxEntityInfo::templateKind

Definition at line 6087 of file Index.h.

◆ USR

const char* CXIdxEntityInfo::USR

Definition at line 6090 of file Index.h.


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