clang 19.0.0git
Public Attributes | List of all members

#include "clang-c/Index.h"

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.
 
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.
 
const CXIdxAttrInfo *const * attributes
 
unsigned numAttributes
 
unsigned flags
 

Detailed Description

Definition at line 6093 of file Index.h.

Member Data Documentation

◆ attributes

const CXIdxAttrInfo* const* CXIdxDeclInfo::attributes

Definition at line 6112 of file Index.h.

◆ cursor

CXCursor CXIdxDeclInfo::cursor

Definition at line 6095 of file Index.h.

◆ declAsContainer

const CXIdxContainerInfo* CXIdxDeclInfo::declAsContainer

Definition at line 6106 of file Index.h.

◆ entityInfo

const CXIdxEntityInfo* CXIdxDeclInfo::entityInfo

Definition at line 6094 of file Index.h.

◆ flags

unsigned CXIdxDeclInfo::flags

Definition at line 6115 of file Index.h.

◆ isContainer

int CXIdxDeclInfo::isContainer

Definition at line 6105 of file Index.h.

◆ isDefinition

int CXIdxDeclInfo::isDefinition

Definition at line 6104 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 6111 of file Index.h.

◆ isRedeclaration

int CXIdxDeclInfo::isRedeclaration

Definition at line 6103 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 6102 of file Index.h.

◆ loc

CXIdxLoc CXIdxDeclInfo::loc

Definition at line 6096 of file Index.h.

◆ numAttributes

unsigned CXIdxDeclInfo::numAttributes

Definition at line 6113 of file Index.h.

◆ semanticContainer

const CXIdxContainerInfo* CXIdxDeclInfo::semanticContainer

Definition at line 6097 of file Index.h.


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