clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
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 240 of file APValue.h.

Constructor & Destructor Documentation

◆ LValuePathSerializationHelper()

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

Definition at line 157 of file APValue.cpp.

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: