Searched refs:shouldDeleteForBase (Results 1 – 1 of 1) sorted by relevance
9285 bool visitBase(CXXBaseSpecifier *Base) { return shouldDeleteForBase(Base); } in visitBase() 9288 bool shouldDeleteForBase(CXXBaseSpecifier *Base);9455 bool SpecialMemberDeletionInfo::shouldDeleteForBase(CXXBaseSpecifier *Base) { in shouldDeleteForBase() function in SpecialMemberDeletionInfo