Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h90 struct CXXRecordLayoutInfo { struct
149 CXXRecordLayoutInfo *CXXInfo = nullptr; argument
156 using BaseOffsetsMapTy = CXXRecordLayoutInfo::BaseOffsetsMapTy;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp23 CXXInfo->~CXXRecordLayoutInfo(); in Destroy()
60 CXXInfo(new (Ctx) CXXRecordLayoutInfo) { in ASTRecordLayout()