Searched refs:getCopyConstructorForExceptionObject (Results 1 – 6 of 6) sorted by relevance
53 getCopyConstructorForExceptionObject(CXXRecordDecl *) = 0;
137 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anon9ebc66600111::ItaniumCXXABI
111 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anon9694bfdf0111::MicrosoftCXXABI
8522 ASTContext::getCopyConstructorForExceptionObject(CXXRecordDecl *RD) { in getCopyConstructorForExceptionObject() function in ASTContext8523 return ABI->getCopyConstructorForExceptionObject( in getCopyConstructorForExceptionObject()
2299 getCopyConstructorForExceptionObject(CXXRecordDecl *RD);
3838 RD ? CGM.getContext().getCopyConstructorForExceptionObject(RD) : nullptr; in getCatchableType()