Searched refs:CXXRecordLayoutInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp23 CXXInfo->~CXXRecordLayoutInfo();
63 RequiredAlignment(requiredAlignment), CXXInfo(new (Ctx) CXXRecordLayoutInfo)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h84 /// CXXRecordLayoutInfo - Contains C++ specific layout information.
85 struct CXXRecordLayoutInfo { struct in class:clang::ASTRecordLayout
139 CXXRecordLayoutInfo *CXXInfo = nullptr;
146 using BaseOffsetsMapTy = CXXRecordLayoutInfo::BaseOffsetsMapTy;

Completed in 171 milliseconds