<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br><br>I want to know if a method is marked as "<a href="http://clang.llvm.org/doxygen/classclang_1_1FunctionProtoType.html#ab97e6e11a5b6f6c33126e091d09d570e" class="el">hasNoexceptExceptionSpec</a>" in FunctionProtoType. To that end, I was trying to call getFunctionType() on the method, but:<br><br>"error: no member named '<a href="http://clang.llvm.org/doxygen/classclang_1_1Decl.html#af10c59874fe7dd00793fc4722c449d86">getFunctionType</a>' in 'clang::CXXMethodDecl' "<br><br>I'm using clang 3.4, is this method missing in this version? Is there another simpler way to know if a function is "noexcept"?<br><br>Regards.<br>                                       </div></body>
</html>