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.cpp9466 bool visitBase(CXXBaseSpecifier *Base) { return shouldDeleteForBase(Base); } in visitBase()
9469 bool shouldDeleteForBase(CXXBaseSpecifier *Base);
9658 bool SpecialMemberDeletionInfo::shouldDeleteForBase(CXXBaseSpecifier *Base) { in shouldDeleteForBase() function in SpecialMemberDeletionInfo