Program Listing for File clang-to-dot.hpp#
↰ Return to documentation for file (src/frontend/CxxFrontend/Clang/clang-to-dot.hpp)
#ifndef _CLANG_TO_DOT_FRONTEND_HPP_
# define _CLANG_TO_DOT_FRONTEND_HPP_
class SgSourceFile;
// int clang_to_dot_main(int argc, char* argv[], SgSourceFile& sageFile);
int clang_to_dot_main(int argc, char* argv[]);
#endif /* _CLANG_TO_DOT_FRONTEND_HPP_ */