clang 22.0.0git
ABI.h File Reference

Enums/classes describing ABI related information about constructors, destructors and thunks. More...

#include "llvm/Support/DataTypes.h"
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.

Enumerations

enum  clang::CXXCtorType {
  clang::Ctor_Complete , clang::Ctor_Base , clang::Ctor_Comdat , clang::Ctor_CopyingClosure ,
  clang::Ctor_DefaultClosure , clang::Ctor_Unified
}
 C++ constructor types. More...
enum  clang::CXXDtorType {
  clang::Dtor_Deleting , clang::Dtor_Complete , clang::Dtor_Base , clang::Dtor_Comdat ,
  clang::Dtor_Unified
}
 C++ destructor types. More...

Detailed Description

Enums/classes describing ABI related information about constructors, destructors and thunks.

Definition in file ABI.h.