Searched refs:hasOwnVFPtr (Results 1 – 9 of 9) sorted by relevance
48 CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument71 CXXInfo->HasOwnVFPtr = hasOwnVFPtr; in ASTRecordLayout()
3646 bool HasOwnVFPtr = Layout.hasOwnVFPtr(); in DumpRecordLayout()
3400 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr()) in computeVTablePaths()
162 CharUnits requiredAlignment, bool hasOwnVFPtr,281 bool hasOwnVFPtr() const { in hasOwnVFPtr() function
806 if (astRecordLayout.hasOwnVFPtr()) in accumulateVPtrs()
145 if (layout.hasOwnVFPtr()) { in addTypedData()
860 if (Layout.hasOwnVFPtr()) in accumulateVPtrs()
846 if (Layout.hasOwnVFPtr()) { in Build()
1794 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr()); in getVTableAddressPointInStructor()