clang  3.9.0
Public Attributes | List of all members
clang::index::IndexDataConsumer::ASTNodeInfo Struct Reference

#include <IndexDataConsumer.h>

Collaboration diagram for clang::index::IndexDataConsumer::ASTNodeInfo:
[legend]

Public Attributes

const ExprOrigE
 
const DeclOrigD
 
const DeclParent
 
const DeclContextContainerDC
 

Detailed Description

Definition at line 28 of file IndexDataConsumer.h.

Member Data Documentation

const DeclContext* clang::index::IndexDataConsumer::ASTNodeInfo::ContainerDC

Definition at line 32 of file IndexDataConsumer.h.

const Decl* clang::index::IndexDataConsumer::ASTNodeInfo::OrigD

Definition at line 30 of file IndexDataConsumer.h.

const Expr* clang::index::IndexDataConsumer::ASTNodeInfo::OrigE

Definition at line 29 of file IndexDataConsumer.h.

const Decl* clang::index::IndexDataConsumer::ASTNodeInfo::Parent

Definition at line 31 of file IndexDataConsumer.h.


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