CallExpr->getCallee() returns an (Expression *) which is the name of the function (“sin” in your case).
you can print it using “printPretty” function of Expression.
Best Regards,Srikanth Vaindam
CallExpr->getCallee() returns an (Expression *) which is the name of the function (“sin” in your case).
you can print it using “printPretty” function of Expression.
Best Regards,Srikanth Vaindam