clang 19.0.0git
Classes | Namespaces | Functions
CXXABI.h File Reference
#include "clang/AST/Type.h"

Go to the source code of this file.

Classes

class  clang::CXXABI
 Implements C++ ABI-specific semantic analysis functions. More...
 
struct  clang::CXXABI::MemberPointerInfo
 

Namespaces

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

Functions

CXXABIclang::CreateItaniumCXXABI (ASTContext &Ctx)
 Creates an instance of a C++ ABI class.
 
CXXABIclang::CreateMicrosoftCXXABI (ASTContext &Ctx)
 
std::unique_ptr< MangleNumberingContextclang::createItaniumNumberingContext (MangleContext *)