clang  3.9.0
Public Attributes | List of all members
CXIdxDeclInfo Struct Reference

#include <Index.h>

Collaboration diagram for CXIdxDeclInfo:
[legend]

Public Attributes

const CXIdxEntityInfoentityInfo
 
CXCursor cursor
 
CXIdxLoc loc
 
const CXIdxContainerInfosemanticContainer
 
const CXIdxContainerInfolexicalContainer
 Generally same as semanticContainer but can be different in cases like out-of-line C++ member functions. More...
 
int isRedeclaration
 
int isDefinition
 
int isContainer
 
const CXIdxContainerInfodeclAsContainer
 
int isImplicit
 Whether the declaration exists in code or was created implicitly by the compiler, e.g. More...
 
const CXIdxAttrInfo *const * attributes
 
unsigned numAttributes
 
unsigned flags
 

Detailed Description

Definition at line 5582 of file Index.h.

Member Data Documentation

const CXIdxAttrInfo* const* CXIdxDeclInfo::attributes

Definition at line 5601 of file Index.h.

CXCursor CXIdxDeclInfo::cursor

Definition at line 5584 of file Index.h.

const CXIdxContainerInfo* CXIdxDeclInfo::declAsContainer

Definition at line 5595 of file Index.h.

const CXIdxEntityInfo* CXIdxDeclInfo::entityInfo

Definition at line 5583 of file Index.h.

unsigned CXIdxDeclInfo::flags

Definition at line 5604 of file Index.h.

int CXIdxDeclInfo::isContainer

Definition at line 5594 of file Index.h.

int CXIdxDeclInfo::isDefinition

Definition at line 5593 of file Index.h.

int CXIdxDeclInfo::isImplicit

Whether the declaration exists in code or was created implicitly by the compiler, e.g.

implicit Objective-C methods for properties.

Definition at line 5600 of file Index.h.

int CXIdxDeclInfo::isRedeclaration

Definition at line 5592 of file Index.h.

const CXIdxContainerInfo* CXIdxDeclInfo::lexicalContainer

Generally same as semanticContainer but can be different in cases like out-of-line C++ member functions.

Definition at line 5591 of file Index.h.

CXIdxLoc CXIdxDeclInfo::loc

Definition at line 5585 of file Index.h.

unsigned CXIdxDeclInfo::numAttributes

Definition at line 5602 of file Index.h.

const CXIdxContainerInfo* CXIdxDeclInfo::semanticContainer

Definition at line 5586 of file Index.h.


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