clang 19.0.0git
Public Attributes | List of all members
DynamicType Struct Reference

Public Attributes

const CXXRecordDeclType
 The dynamic class type of the object.
 
unsigned PathLength
 The corresponding path length in the lvalue.
 

Detailed Description

Definition at line 5779 of file ExprConstant.cpp.

Member Data Documentation

◆ PathLength

unsigned DynamicType::PathLength

The corresponding path length in the lvalue.

Definition at line 5783 of file ExprConstant.cpp.

◆ Type

const CXXRecordDecl* DynamicType::Type

The dynamic class type of the object.

Definition at line 5781 of file ExprConstant.cpp.


The documentation for this struct was generated from the following file: