reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
774 if (Ex && !Ex->isTypeDependent()) { 774 if (Ex && !Ex->isTypeDependent()) { 775 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); 776 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) 796 NRVOVariable = getCopyElisionCandidate(QualType(), Ex, CES_Strict); 802 Entity, NRVOVariable, QualType(), Ex, IsThrownVarInScope); 805 Ex = Res.get(); 809 CXXThrowExpr(Ex, Context.VoidTy, OpLoc, IsThrownVarInScope);