Searched refs:hasExtendableVFPtr (Results 1 – 5 of 5) sorted by relevance
48 CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument73 CXXInfo->HasExtendableVFPtr = hasExtendableVFPtr; in ASTRecordLayout()
2857 if (!BaseLayout.hasExtendableVFPtr()) in layoutNonVirtualBases()2895 if (BaseLayout.hasExtendableVFPtr()) { in layoutNonVirtualBases()3274 if (Layout.hasExtendableVFPtr()) in computeVtorDispSet()
162 bool hasExtendableVFPtr, CharUnits vbptroffset,288 bool hasExtendableVFPtr() const { in hasExtendableVFPtr() function
956 if (Context.getASTRecordLayout(SrcDecl).hasExtendableVFPtr()) in performBaseAdjustment()965 if (Context.getASTRecordLayout(BaseDecl).hasExtendableVFPtr()) { in performBaseAdjustment()984 return !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldTypeidBeNullChecked()1018 !getContext().getASTRecordLayout(SrcDecl).hasExtendableVFPtr(); in shouldDynamicCastCallBeNullChecked()
2532 if (!RL.hasExtendableVFPtr()) in CollectVTableInfo()