Searched refs:ComponentLayout (Results 1 – 4 of 4) sorted by relevance
408 VTableComponentLayout ComponentLayout = Pointer);462 return ComponentLayout; in getVTableComponentLayout()465 bool isPointerLayout() const { return ComponentLayout == Pointer; } in isPointerLayout()466 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()469 VTableComponentLayout ComponentLayout;
720 class ComponentLayout {747 ComponentLayout(ComponentKind Kind) : Kind(Kind) { in ComponentLayout() function752 ComponentLayout(const ComponentProps &OpXProps) in ComponentLayout() function786 class ComponentInfo : public ComponentLayout, public ComponentProps {791 : ComponentLayout(Kind), ComponentProps(OpDesc) {} in ComponentLayout() function795 : ComponentLayout(OpXProps), ComponentProps(OpDesc) {} in ComponentInfo()
2333 ASTContext &Context, VTableComponentLayout ComponentLayout) in ItaniumVTableContext() argument2334 : VTableContextBase(/*MS=*/false), ComponentLayout(ComponentLayout) {} in ItaniumVTableContext()
12501 auto ComponentLayout = getLangOpts().RelativeCXXABIVTables in getVTableContext() local12504 VTContext.reset(new ItaniumVTableContext(*this, ComponentLayout)); in getVTableContext()