clang API Documentation
Implements C++ ABI-specific semantic analysis functions. More...
#include <CXXABI.h>
Public Member Functions | |
| virtual | ~CXXABI () |
| virtual unsigned | getMemberPointerSize (const MemberPointerType *MPT) const =0 |
| virtual CallingConv | getDefaultMethodCallConv () const =0 |
| Returns the default calling convention for C++ methods. | |
| virtual bool | isNearlyEmpty (const CXXRecordDecl *RD) const =0 |
| CXXABI::~CXXABI | ( | ) | [virtual] |
Definition at line 6738 of file ASTContext.cpp.
| virtual CallingConv clang::CXXABI::getDefaultMethodCallConv | ( | ) | const [pure virtual] |
Returns the default calling convention for C++ methods.
| virtual unsigned clang::CXXABI::getMemberPointerSize | ( | const MemberPointerType * | MPT | ) | const [pure virtual] |
Returns the size of a member pointer in multiples of the target pointer size.
| virtual bool clang::CXXABI::isNearlyEmpty | ( | const CXXRecordDecl * | RD | ) | const [pure virtual] |