clang 20.0.0git
|
#include "clang/Index/IndexDataConsumer.h"
Public Attributes | |
const Expr * | OrigE |
const Decl * | OrigD |
const Decl * | Parent |
const DeclContext * | ContainerDC |
Definition at line 28 of file IndexDataConsumer.h.
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.