[cfe-dev] python bindings. Exposing ifStmt methods: getThen(), getElse(), getCond()

Juan Jose Lopez Villarejo jj.lopezvillarejo at cern.ch
Thu Sep 19 09:00:30 PDT 2013


Hello,

Clang provides
getThen(), getElse(), getCond()
methods for IFstmt
http://clang.llvm.org/doxygen/classclang_1_1IfStmt.html

I'm using the python bindings, based on libclang and would like to expose this functionality.
I do not know how to do this, or if this is restricted on purpose.

Regards,

Juan


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130919/526554b4/attachment.html>


More information about the cfe-dev mailing list