clang  3.7.0
Public Attributes | List of all members
CXIdxEntityInfo Struct Reference

#include <Index.h>

Collaboration diagram for CXIdxEntityInfo:
[legend]

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

Member Data Documentation

const CXIdxAttrInfo* const* CXIdxEntityInfo::attributes

Definition at line 5313 of file Index.h.

CXCursor CXIdxEntityInfo::cursor

Definition at line 5312 of file Index.h.

CXIdxEntityKind CXIdxEntityInfo::kind

Definition at line 5307 of file Index.h.

CXIdxEntityLanguage CXIdxEntityInfo::lang

Definition at line 5309 of file Index.h.

const char* CXIdxEntityInfo::name

Definition at line 5310 of file Index.h.

unsigned CXIdxEntityInfo::numAttributes

Definition at line 5314 of file Index.h.

CXIdxEntityCXXTemplateKind CXIdxEntityInfo::templateKind

Definition at line 5308 of file Index.h.

const char* CXIdxEntityInfo::USR

Definition at line 5311 of file Index.h.


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