Searched refs:hasVtableSlot (Results 1 – 4 of 4) sorted by relevance
412 if (!VTableContextBase::hasVtableSlot(MD)) in dump()490 assert(VTableContextBase::hasVtableSlot(LHS) && "LHS must be virtual!"); in MethodsCanShareVCallOffset()491 assert(VTableContextBase::hasVtableSlot(RHS) && "RHS must be virtual!"); in MethodsCanShareVCallOffset()706 if (!VTableContextBase::hasVtableSlot(MD)) in AddVCallOffsets()1094 assert(VTableContextBase::hasVtableSlot(MD) && "Method is not virtual!"); in visitAllOverriddenMethods()1527 if (!ItaniumVTableContext::hasVtableSlot(MD)) in AddMethods()2241 if (!ItaniumVTableContext::hasVtableSlot(MD)) in dumpLayout()2328 bool VTableContextBase::hasVtableSlot(const CXXMethodDecl *MD) { in hasVtableSlot() function in VTableContextBase3022 if (MicrosoftVTableContext::hasVtableSlot(MD)) in GroupNewVirtualOverloads()3614 if (!MicrosoftVTableContext::hasVtableSlot(MD)) in selectBestPath()[all …]
2877 if (MicrosoftVTableContext::hasVtableSlot(M) && in layoutNonVirtualBases()3307 if (MicrosoftVTableContext::hasVtableSlot(MD) && in computeVtorDispSet()
360 static bool hasVtableSlot(const CXXMethodDecl *MD);
2054 if (VTableContextBase::hasVtableSlot(Method)) { in CreateCXXMemberFunction()