Cloning a Stmt instance

Hi!

I’m using Clang as a library for solve some problems about lexical and syntactical analysis in OpenCL source codes, and I’d like to know if it’s possible to obtain a second instance of a given Stmt just cloning it. I’m working with Clang for near a year and I’ve not seen yet any function to do this…

Thanks!