Searched refs:getCopyConstructorForExceptionObject (Results 1 – 5 of 5) sorted by relevance
61 getCopyConstructorForExceptionObject(CXXRecordDecl *) = 0;
260 getCopyConstructorForExceptionObject(CXXRecordDecl *RD) override { in getCopyConstructorForExceptionObject() function in __anona26199e70211::ItaniumCXXABI
13341 ASTContext::getCopyConstructorForExceptionObject(CXXRecordDecl *RD) { in getCopyConstructorForExceptionObject() function in ASTContext13342 return ABI->getCopyConstructorForExceptionObject( in getCopyConstructorForExceptionObject()
3396 getCopyConstructorForExceptionObject(CXXRecordDecl *RD);
4186 RD ? CGM.getContext().getCopyConstructorForExceptionObject(RD) : nullptr; in getCatchableType()