Searched refs:ExceptSpec (Results 1 – 1 of 1) sorted by relevance
8980 ImplicitExceptionSpecification ExceptSpec(*this); in ComputeDefaultedDefaultCtorExceptionSpec() local8982 return ExceptSpec; in ComputeDefaultedDefaultCtorExceptionSpec()8995 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec()9007 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec()9015 ExceptSpec.CalledExpr(E); in ComputeDefaultedDefaultCtorExceptionSpec()9026 ExceptSpec.CalledDecl(F->getLocation(), Constructor); in ComputeDefaultedDefaultCtorExceptionSpec()9030 return ExceptSpec; in ComputeDefaultedDefaultCtorExceptionSpec()9040 ImplicitExceptionSpecification ExceptSpec(*this); in ComputeInheritingCtorExceptionSpec() local9042 return ExceptSpec; in ComputeInheritingCtorExceptionSpec()9065 ExceptSpec.CalledDecl(B.getLocStart(), Constructor); in ComputeInheritingCtorExceptionSpec()[all …]