Searched refs:getCopyConstructorForExceptionObject (Results 1 – 6 of 6) sorted by relevance
61 getCopyConstructorForExceptionObject(CXXRecordDecl *) = 0;
261 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anon967c91bc0211::ItaniumCXXABI
150 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anon7f0d323b0111::MicrosoftCXXABI
12683 ASTContext::getCopyConstructorForExceptionObject(CXXRecordDecl *RD) { in getCopyConstructorForExceptionObject() function in ASTContext12684 return ABI->getCopyConstructorForExceptionObject( in getCopyConstructorForExceptionObject()
3186 getCopyConstructorForExceptionObject(CXXRecordDecl *RD);
4193 RD ? CGM.getContext().getCopyConstructorForExceptionObject(RD) : nullptr; in getCatchableType()