<br>I have a class with two implementations of operator(), one is const and one is not.<br><br>What call in the libclang API allows me to determine which one I am looking at if I am traversing the AST?<br><br>I found the two calls:<br>
<br>clang_CXXMethod_isStatic( CXCursor C )<br>clang_CXXMethod_isVirtual( CXCursor C )<br><br>but there is no corresponding call to _isConst(). Is there some other way to accomplish this?<br><br>Thanks,<br>Bob Anderson<br>
<br><table class="memname"><tbody><tr><td class="memname"><br></td><td><br></td><td class="paramtype"><br></td><td class="paramname"><br></td><td><br></td><td><br></td></tr></tbody></table>