clang  9.0.0
Public Attributes | List of all members

#include "clang-c/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 6300 of file Index.h.

Member Data Documentation

◆ attributes

const CXIdxAttrInfo* const* CXIdxDeclInfo::attributes

Definition at line 6319 of file Index.h.

◆ cursor

CXCursor CXIdxDeclInfo::cursor

Definition at line 6302 of file Index.h.

◆ declAsContainer

const CXIdxContainerInfo* CXIdxDeclInfo::declAsContainer

Definition at line 6313 of file Index.h.

◆ entityInfo

const CXIdxEntityInfo* CXIdxDeclInfo::entityInfo

Definition at line 6301 of file Index.h.

◆ flags

unsigned CXIdxDeclInfo::flags

Definition at line 6322 of file Index.h.

◆ isContainer

int CXIdxDeclInfo::isContainer

Definition at line 6312 of file Index.h.

◆ isDefinition

int CXIdxDeclInfo::isDefinition

Definition at line 6311 of file Index.h.

◆ isImplicit

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

◆ isRedeclaration

int CXIdxDeclInfo::isRedeclaration

Definition at line 6310 of file Index.h.

◆ lexicalContainer

const CXIdxContainerInfo* CXIdxDeclInfo::lexicalContainer

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

Definition at line 6309 of file Index.h.

◆ loc

CXIdxLoc CXIdxDeclInfo::loc

Definition at line 6303 of file Index.h.

◆ numAttributes

unsigned CXIdxDeclInfo::numAttributes

Definition at line 6320 of file Index.h.

◆ semanticContainer

const CXIdxContainerInfo* CXIdxDeclInfo::semanticContainer

Definition at line 6304 of file Index.h.


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