Searched refs:ExceptSpec (Results 1 – 1 of 1) sorted by relevance
8734 ImplicitExceptionSpecification ExceptSpec(*this); in ComputeDefaultedDefaultCtorExceptionSpec() local8736 return ExceptSpec; in ComputeDefaultedDefaultCtorExceptionSpec()8749 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec()8761 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec()8769 ExceptSpec.CalledExpr(E); in ComputeDefaultedDefaultCtorExceptionSpec()8780 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec()8784 return ExceptSpec; in ComputeDefaultedDefaultCtorExceptionSpec()8793 ImplicitExceptionSpecification ExceptSpec(*this); in ComputeInheritingCtorExceptionSpec() local8795 return ExceptSpec; in ComputeInheritingCtorExceptionSpec()8803 ExceptSpec.CalledDecl(CD->getLocStart(), InheritedCD); in ComputeInheritingCtorExceptionSpec()[all …]