[cfe-dev] get_SubStmts_From_Stmt

redder_0210 redder_0210 at yeah.net
Sun Feb 19 04:01:47 PST 2012


Dear  all,
  I am interested in the operation on the CFGStmt.
  Now I have got a CFGStmt like,"i = 1 + j*2;". What APIs and Structs should I make use of to get these three SubStmts (they are :1, j, 2) from the  parent Stmt ( it is i = 1 + j*2).
Cheers.
/by Redder.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120219/df8e3284/attachment.html>


More information about the cfe-dev mailing list