Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp9013 bool visitBase(CXXBaseSpecifier *Base) { return shouldDeleteForBase(Base); } in visitBase()
9016 bool shouldDeleteForBase(CXXBaseSpecifier *Base);
9170 bool SpecialMemberDeletionInfo::shouldDeleteForBase(CXXBaseSpecifier *Base) { in shouldDeleteForBase() function in SpecialMemberDeletionInfo