How could I get CallGraph of a source code file in my libTooling plugin?

I am writing a static analyzer by clang libTooling, and I need the CallGraph of the Source Code to do some analysis. But I have no idea about how to get the CallGraph.

Could you give me some example or tips about how to get it?

Thanks a lot!