Searched refs:ForVBTables (Results 1 – 2 of 2) sorted by relevance
528 void computeVTablePaths(bool ForVBTables, const CXXRecordDecl *RD,
3273 void MicrosoftVTableContext::computeVTablePaths(bool ForVBTables, in computeVTablePaths() argument3280 if (ForVBTables ? Layout.hasOwnVBPtr() : Layout.hasOwnVFPtr()) in computeVTablePaths()3295 ForVBTables ? enumerateVBTables(Base) : getVFPtrOffsets(Base); in computeVTablePaths()3315 Base == (ForVBTables ? Layout.getBaseSharingVBPtr() in computeVTablePaths()