Home
last modified time | relevance | path

Searched refs:shouldDeleteForBase (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp9285 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