Searched refs:CopyingBaseSubobject (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclCXX.cpp | 14522 /// \param CopyingBaseSubobject Whether we're copying/moving a base subobject. 14534 bool CopyingBaseSubobject, bool Copying, in buildSingleCopyAssignRecursively() argument 14586 if (CopyingBaseSubobject) { in buildSingleCopyAssignRecursively() 14694 ToIndex, *FromIndex, CopyingBaseSubobject, in buildSingleCopyAssignRecursively() 14726 bool CopyingBaseSubobject, bool Copying) { in buildSingleCopyAssign() argument 14733 CopyingBaseSubobject, in buildSingleCopyAssign() 14991 /*CopyingBaseSubobject=*/true, in DefineImplicitCopyAssignment() 15056 /*CopyingBaseSubobject=*/false, in DefineImplicitCopyAssignment() 15376 /*CopyingBaseSubobject=*/true, in DefineImplicitMoveAssignment() 15446 /*CopyingBaseSubobject in DefineImplicitMoveAssignment() [all...] |