clang 20.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 6200 of file Index.h.

Member Data Documentation

◆ attributes

const CXIdxAttrInfo* const* CXIdxDeclInfo::attributes

Definition at line 6219 of file Index.h.

◆ cursor

CXCursor CXIdxDeclInfo::cursor

Definition at line 6202 of file Index.h.

◆ declAsContainer

const CXIdxContainerInfo* CXIdxDeclInfo::declAsContainer

Definition at line 6213 of file Index.h.

◆ entityInfo

const CXIdxEntityInfo* CXIdxDeclInfo::entityInfo

Definition at line 6201 of file Index.h.

◆ flags

unsigned CXIdxDeclInfo::flags

Definition at line 6222 of file Index.h.

◆ isContainer

int CXIdxDeclInfo::isContainer

Definition at line 6212 of file Index.h.

◆ isDefinition

int CXIdxDeclInfo::isDefinition

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

◆ isRedeclaration

int CXIdxDeclInfo::isRedeclaration

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

◆ loc

CXIdxLoc CXIdxDeclInfo::loc

Definition at line 6203 of file Index.h.

◆ numAttributes

unsigned CXIdxDeclInfo::numAttributes

Definition at line 6220 of file Index.h.

◆ semanticContainer

const CXIdxContainerInfo* CXIdxDeclInfo::semanticContainer

Definition at line 6204 of file Index.h.


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