Searched refs:hasOwnVFPtr (Results 1 – 7 of 7) sorted by relevance
43 bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument69 CXXInfo->HasOwnVFPtr = hasOwnVFPtr; in ASTRecordLayout()
3175 bool HasOwnVFPtr = Layout.hasOwnVFPtr(); in DumpRecordLayout()
3280 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr()) in computeVTablePaths()
144 bool hasOwnVFPtr, bool hasExtendableVFPtr,246 bool hasOwnVFPtr() const { in hasOwnVFPtr() function
128 if (layout.hasOwnVFPtr()) { in addTypedData()
464 if (Layout.hasOwnVFPtr()) in accumulateVPtrs()
1590 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr()); in getVTableAddressPointInStructor()