|
clang 22.0.0git
|
#include "clang/AST/APValue.h"
Public Member Functions | |
| LValuePathSerializationHelper (ArrayRef< LValuePathEntry >, QualType) | |
| QualType | getType () |
Public Attributes | |
| ArrayRef< LValuePathEntry > | Path |
| APValue::LValuePathSerializationHelper::LValuePathSerializationHelper | ( | ArrayRef< LValuePathEntry > | Path, |
| QualType | ElemTy ) |
Definition at line 157 of file APValue.cpp.
References Path.
| QualType APValue::LValuePathSerializationHelper::getType | ( | ) |
Definition at line 161 of file APValue.cpp.
References clang::QualType::getFromOpaquePtr().
Referenced by clang::serialization::DataStreamBasicWriter< Impl >::writeLValuePathSerializationHelper().
| ArrayRef<LValuePathEntry> clang::APValue::LValuePathSerializationHelper::Path |
Definition at line 243 of file APValue.h.
Referenced by LValuePathSerializationHelper(), and clang::serialization::DataStreamBasicWriter< Impl >::writeLValuePathSerializationHelper().