|
clang
5.0.0
|
Public Types | |
| typedef const CXXRecordDecl * | PathElem |
Public Member Functions | |
| MemberPointerData () | |
| ~MemberPointerData () | |
| void | resizePath (unsigned Length) |
| bool | hasPathPtr () const |
| PathElem * | getPath () |
| const PathElem * | getPath () const |
Public Attributes | |
| union { | |
| PathElem Path [InlinePathSpace] | |
| PathElem * PathPtr | |
| }; | |
Static Public Attributes | |
| static const unsigned | InlinePathSpace |
Definition at line 75 of file APValue.cpp.
| typedef const CXXRecordDecl* clang::APValue::MemberPointerData::PathElem |
Definition at line 78 of file APValue.cpp.
|
inline |
Definition at line 84 of file APValue.cpp.
|
inline |
Definition at line 85 of file APValue.cpp.
References clang::APValue::MemberPointerData::resizePath().
|
inline |
Definition at line 99 of file APValue.cpp.
References clang::APValue::MemberPointerData::hasPathPtr(), clang::APValue::MemberPointerData::Path, and clang::APValue::MemberPointerData::PathPtr.
Referenced by clang::APValue::getMemberPointerPath().
|
inline |
Definition at line 100 of file APValue.cpp.
References clang::APValue::MemberPointerData::hasPathPtr(), clang::APValue::MemberPointerData::Path, and clang::APValue::MemberPointerData::PathPtr.
|
inline |
Definition at line 97 of file APValue.cpp.
References clang::APValue::MemberPointerData::InlinePathSpace.
Referenced by clang::APValue::MemberPointerData::getPath(), and clang::APValue::MemberPointerData::resizePath().
|
inline |
Definition at line 87 of file APValue.cpp.
References clang::APValue::MemberPointerData::hasPathPtr(), Length, and clang::APValue::MemberPointerData::PathPtr.
Referenced by clang::APValue::MemberPointerData::~MemberPointerData().
| union { ... } |
|
static |
Definition at line 76 of file APValue.cpp.
Referenced by clang::APValue::MemberPointerData::hasPathPtr().
| PathElem clang::APValue::MemberPointerData::Path[InlinePathSpace] |
Definition at line 80 of file APValue.cpp.
Referenced by clang::APValue::MemberPointerData::getPath().
| PathElem* clang::APValue::MemberPointerData::PathPtr |
Definition at line 81 of file APValue.cpp.
Referenced by clang::APValue::MemberPointerData::getPath(), and clang::APValue::MemberPointerData::resizePath().
1.8.6