LLDB mainline
Public Member Functions | Static Public Member Functions | List of all members
lldb_private::CTFVolatile Struct Reference

#include <CTFTypes.h>

Inheritance diagram for lldb_private::CTFVolatile:
Inheritance graph
[legend]

Public Member Functions

 CTFVolatile (lldb::user_id_t uid, uint32_t type)
 
- Public Member Functions inherited from lldb_private::CTFType
 CTFType (Kind kind, lldb::user_id_t uid, llvm::StringRef name)
 

Static Public Member Functions

static bool classof (const CTFType *T)
 

Additional Inherited Members

- Public Types inherited from lldb_private::CTFType
enum  Kind : uint32_t {
  eUnknown = 0 , eInteger = 1 , eFloat = 2 , ePointer = 3 ,
  eArray = 4 , eFunction = 5 , eStruct = 6 , eUnion = 7 ,
  eEnum = 8 , eForward = 9 , eTypedef = 10 , eVolatile = 11 ,
  eConst = 12 , eRestrict = 13 , eSlice = 14
}
 
- Public Attributes inherited from lldb_private::CTFModifier
uint32_t type
 
- Public Attributes inherited from lldb_private::CTFType
Kind kind
 
lldb::user_id_t uid
 
llvm::StringRef name
 
- Protected Member Functions inherited from lldb_private::CTFModifier
 CTFModifier (Kind kind, lldb::user_id_t uid, uint32_t type)
 
- Static Protected Member Functions inherited from lldb_private::CTFModifier
static bool classof (const CTFType *T)
 

Detailed Description

Definition at line 83 of file CTFTypes.h.

Constructor & Destructor Documentation

◆ CTFVolatile()

lldb_private::CTFVolatile::CTFVolatile ( lldb::user_id_t  uid,
uint32_t  type 
)
inline

Definition at line 84 of file CTFTypes.h.

Member Function Documentation

◆ classof()

static bool lldb_private::CTFVolatile::classof ( const CTFType T)
inlinestatic

Definition at line 87 of file CTFTypes.h.

References lldb_private::CTFType::eVolatile, and lldb_private::CTFType::kind.


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