Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRecordLayout.h77 struct CXXRecordLayoutInfo { struct
131 CXXRecordLayoutInfo *CXXInfo; argument
140 typedef CXXRecordLayoutInfo::BaseOffsetsMapTy BaseOffsetsMapTy;
/external/clang/lib/AST/
DRecordLayout.cpp22 CXXInfo->~CXXRecordLayoutInfo(); in Destroy()
58 RequiredAlignment(requiredAlignment), CXXInfo(new (Ctx) CXXRecordLayoutInfo) in ASTRecordLayout()