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()1528 if (!ItaniumVTableContext::hasVtableSlot(MD)) in AddMethods()2243 if (!ItaniumVTableContext::hasVtableSlot(MD)) in dumpLayout()2330 bool VTableContextBase::hasVtableSlot(const CXXMethodDecl *MD) { in hasVtableSlot() function in VTableContextBase3024 if (MicrosoftVTableContext::hasVtableSlot(MD)) in GroupNewVirtualOverloads()3616 if (!MicrosoftVTableContext::hasVtableSlot(MD)) in selectBestPath()[all …]
2868 if (MicrosoftVTableContext::hasVtableSlot(M) && in layoutNonVirtualBases()3341 if (MicrosoftVTableContext::hasVtableSlot(MD) && in computeVtorDispSet()
360 static bool hasVtableSlot(const CXXMethodDecl *MD);
2227 if (VTableContextBase::hasVtableSlot(Method)) { in CreateCXXMemberFunction()