clang  3.8.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 5376 of file Index.h.

Member Data Documentation

const CXIdxAttrInfo* const* CXIdxEntityInfo::attributes

Definition at line 5383 of file Index.h.

CXCursor CXIdxEntityInfo::cursor

Definition at line 5382 of file Index.h.

CXIdxEntityKind CXIdxEntityInfo::kind

Definition at line 5377 of file Index.h.

CXIdxEntityLanguage CXIdxEntityInfo::lang

Definition at line 5379 of file Index.h.

const char* CXIdxEntityInfo::name

Definition at line 5380 of file Index.h.

unsigned CXIdxEntityInfo::numAttributes

Definition at line 5384 of file Index.h.

CXIdxEntityCXXTemplateKind CXIdxEntityInfo::templateKind

Definition at line 5378 of file Index.h.

const char* CXIdxEntityInfo::USR

Definition at line 5381 of file Index.h.


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