clang 20.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.
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 244 of file APValue.h.
Referenced by clang::serialization::DataStreamBasicWriter< Impl >::writeLValuePathSerializationHelper().