clang 22.0.0git

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

Member Data Documentation

◆ attributes

const CXIdxAttrInfo* const* CXIdxEntityInfo::attributes

Definition at line 6312 of file Index.h.

◆ cursor

CXCursor CXIdxEntityInfo::cursor

Definition at line 6311 of file Index.h.

◆ kind

CXIdxEntityKind CXIdxEntityInfo::kind

Definition at line 6306 of file Index.h.

◆ lang

CXIdxEntityLanguage CXIdxEntityInfo::lang

Definition at line 6308 of file Index.h.

◆ name

const char* CXIdxEntityInfo::name

Definition at line 6309 of file Index.h.

◆ numAttributes

unsigned CXIdxEntityInfo::numAttributes

Definition at line 6313 of file Index.h.

◆ templateKind

CXIdxEntityCXXTemplateKind CXIdxEntityInfo::templateKind

Definition at line 6307 of file Index.h.

◆ USR

const char* CXIdxEntityInfo::USR

Definition at line 6310 of file Index.h.


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