Searched refs:getCopyConstructorForExceptionObject (Results 1 – 6 of 6) sorted by relevance
62 getCopyConstructorForExceptionObject(CXXRecordDecl *) = 0;
199 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anonf76afff60211::ItaniumCXXABI
94 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anond55016f50111::MicrosoftCXXABI
10086 ASTContext::getCopyConstructorForExceptionObject(CXXRecordDecl *RD) { in getCopyConstructorForExceptionObject() function in ASTContext10087 return ABI->getCopyConstructorForExceptionObject( in getCopyConstructorForExceptionObject()
2745 getCopyConstructorForExceptionObject(CXXRecordDecl *RD);
3982 RD ? CGM.getContext().getCopyConstructorForExceptionObject(RD) : nullptr; in getCatchableType()