Searched refs:getCopyConstructorForExceptionObject (Results 1 – 6 of 6) sorted by relevance
62 getCopyConstructorForExceptionObject(CXXRecordDecl *) = 0;
120 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anon53db34da0111::MicrosoftCXXABI
229 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anon785b609b0211::ItaniumCXXABI
11251 ASTContext::getCopyConstructorForExceptionObject(CXXRecordDecl *RD) { in getCopyConstructorForExceptionObject() function in ASTContext11252 return ABI->getCopyConstructorForExceptionObject( in getCopyConstructorForExceptionObject()
2943 getCopyConstructorForExceptionObject(CXXRecordDecl *RD);
4085 RD ? CGM.getContext().getCopyConstructorForExceptionObject(RD) : nullptr; in getCatchableType()