Searched refs:getCopyConstructorForExceptionObject (Results 1 – 6 of 6) sorted by relevance
61 getCopyConstructorForExceptionObject(CXXRecordDecl *) = 0;
261 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anon9706aa1d0211::ItaniumCXXABI
150 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anonca7ee6dc0111::MicrosoftCXXABI
12191 ASTContext::getCopyConstructorForExceptionObject(CXXRecordDecl *RD) { in getCopyConstructorForExceptionObject() function in ASTContext12192 return ABI->getCopyConstructorForExceptionObject( in getCopyConstructorForExceptionObject()
3093 getCopyConstructorForExceptionObject(CXXRecordDecl *RD);
4180 RD ? CGM.getContext().getCopyConstructorForExceptionObject(RD) : nullptr; in getCatchableType()