Searched refs:hasOwnVFPtr (Results 1 – 6 of 6) sorted by relevance
50 bool hasOwnVFPtr, bool hasExtendableVFPtr, in ASTRecordLayout() argument81 CXXInfo->HasOwnVFPtr = hasOwnVFPtr; in ASTRecordLayout()
3091 bool HasOwnVFPtr = Layout.hasOwnVFPtr(); in DumpCXXRecordLayout()
3327 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr()) in computeVTablePaths()
148 bool hasOwnVFPtr, bool hasExtendableVFPtr,251 bool hasOwnVFPtr() const { in hasOwnVFPtr() function
449 if (Layout.hasOwnVFPtr()) in accumulateVPtrs()
1437 !getContext().getASTRecordLayout(Base.getBase()).hasOwnVFPtr()); in getVTableAddressPointInStructor()