|
clang 24.0.0git
|
#include "clang/CodeGenUtils/ItaniumCXXABIUtils.h"#include "clang/AST/CXXInheritance.h"#include "clang/AST/RecordLayout.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| Top level wrappers for InstallAPI frontend operations. | |
| namespace | clang::CodeGenUtils |
Functions | |
| CharUnits | clang::CodeGenUtils::computeOffsetHint (ASTContext &Ctx, const CXXRecordDecl *Src, const CXXRecordDecl *Dst) |
| Compute the src2dst_offset hint as described in the Itanium C++ ABI [2.9.7]. | |