clang: clang::APValue::LValuePathSerializationHelper Class Reference (original) (raw)
#include "[clang/AST/APValue.h](APValue%5F8h%5Fsource.html)"
Public Member Functions | |
---|---|
LValuePathSerializationHelper (ArrayRef< LValuePathEntry >, QualType) | |
QualType | getType () |
Public Attributes | |
---|---|
ArrayRef< LValuePathEntry > | Path |
Detailed Description
Definition at line 238 of file APValue.h.
Constructor & Destructor Documentation
APValue::LValuePathSerializationHelper::LValuePathSerializationHelper | ( | ArrayRef< LValuePathEntry > | Path, |
---|---|---|---|
QualType | ElemTy | ||
) |
Definition at line 157 of file APValue.cpp.
Member Function Documentation
◆ getType()
QualType APValue::LValuePathSerializationHelper::getType | ( | ) |
---|
Definition at line 161 of file APValue.cpp.
References clang::QualType::getFromOpaquePtr().
Referenced by clang::serialization::DataStreamBasicWriter< Impl >::writeLValuePathSerializationHelper().
Member Data Documentation
◆ Path
ArrayRef<LValuePathEntry> clang::APValue::LValuePathSerializationHelper::Path
Definition at line 242 of file APValue.h.
Referenced by clang::serialization::DataStreamBasicWriter< Impl >::writeLValuePathSerializationHelper().
The documentation for this class was generated from the following files:
- include/clang/AST/APValue.h
- lib/AST/APValue.cpp