clang API Documentation

Public Attributes
clang::APValue::LValuePathEntry Union Reference

#include <APValue.h>

Collaboration diagram for clang::APValue::LValuePathEntry:
Collaboration graph
[legend]

List of all members.

Public Attributes

void * BaseOrMember
uint64_t ArrayIndex
 ArrayIndex - The array index of the next item in the path.

Detailed Description

Definition at line 58 of file APValue.h.


Member Data Documentation

ArrayIndex - The array index of the next item in the path.

Definition at line 63 of file APValue.h.

BaseOrMember - The FieldDecl or CXXRecordDecl indicating the next item in the path. An opaque value of type BaseOrMemberType.

Definition at line 61 of file APValue.h.


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