Searched refs:getCopyConstructorForExceptionObject (Results 1 – 6 of 6) sorted by relevance
61 getCopyConstructorForExceptionObject(CXXRecordDecl *) = 0;
261 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anon150a7abe0211::ItaniumCXXABI
152 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anond8b963bd0111::MicrosoftCXXABI
12049 ASTContext::getCopyConstructorForExceptionObject(CXXRecordDecl *RD) { in getCopyConstructorForExceptionObject() function in ASTContext12050 return ABI->getCopyConstructorForExceptionObject( in getCopyConstructorForExceptionObject()
3062 getCopyConstructorForExceptionObject(CXXRecordDecl *RD);
4191 RD ? CGM.getContext().getCopyConstructorForExceptionObject(RD) : nullptr; in getCatchableType()