Searched refs:getCopyConstructorForExceptionObject (Results 1 – 5 of 5) sorted by relevance
61 getCopyConstructorForExceptionObject(CXXRecordDecl *) = 0;
261 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anona26199e70211::ItaniumCXXABI
12683 ASTContext::getCopyConstructorForExceptionObject(CXXRecordDecl *RD) { in getCopyConstructorForExceptionObject() function in ASTContext12684 return ABI->getCopyConstructorForExceptionObject( in getCopyConstructorForExceptionObject()
3186 getCopyConstructorForExceptionObject(CXXRecordDecl *RD);
4193 RD ? CGM.getContext().getCopyConstructorForExceptionObject(RD) : nullptr; in getCatchableType()