clang 22.0.0git
clang::APValue::LValuePathSerializationHelper Class Reference

#include "clang/AST/APValue.h"

Public Member Functions

 LValuePathSerializationHelper (ArrayRef< LValuePathEntry >, QualType)
QualType getType ()

Public Attributes

ArrayRef< LValuePathEntryPath

Detailed Description

Definition at line 239 of file APValue.h.

Constructor & Destructor Documentation

◆ LValuePathSerializationHelper()

APValue::LValuePathSerializationHelper::LValuePathSerializationHelper ( ArrayRef< LValuePathEntry > Path,
QualType ElemTy )

Definition at line 157 of file APValue.cpp.

References Path.

Member Function Documentation

◆ getType()

QualType APValue::LValuePathSerializationHelper::getType ( )

Member Data Documentation

◆ Path

ArrayRef<LValuePathEntry> clang::APValue::LValuePathSerializationHelper::Path

The documentation for this class was generated from the following files: