Searched refs:ComponentLayout (Results 1 – 4 of 4) sorted by relevance
400 VTableComponentLayout ComponentLayout = Pointer);433 return ComponentLayout; in getVTableComponentLayout()436 bool isPointerLayout() const { return ComponentLayout == Pointer; } in isPointerLayout()437 bool isRelativeLayout() const { return ComponentLayout == Relative; } in isRelativeLayout()440 VTableComponentLayout ComponentLayout;
645 class ComponentLayout {672 ComponentLayout(ComponentKind Kind) : Kind(Kind) { in ComponentLayout() function677 ComponentLayout(const ComponentProps &OpXProps) in ComponentLayout() function711 class ComponentInfo : public ComponentLayout, public ComponentProps {716 : ComponentLayout(Kind), ComponentProps(OpDesc) {} in ComponentLayout() function720 : ComponentLayout(OpXProps), ComponentProps(OpDesc) {} in ComponentInfo()
2269 ASTContext &Context, VTableComponentLayout ComponentLayout) in ItaniumVTableContext() argument2270 : VTableContextBase(/*MS=*/false), ComponentLayout(ComponentLayout) {} in ItaniumVTableContext()
12019 auto ComponentLayout = getLangOpts().RelativeCXXABIVTables in getVTableContext() local12022 VTContext.reset(new ItaniumVTableContext(*this, ComponentLayout)); in getVTableContext()