ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
functionEvaluationOrderTraversal.h File Reference
#include <rose.h>
Include dependency graph for functionEvaluationOrderTraversal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FunctionCallInheritedAttribute
 
struct  FunctionCallInfo
 Stores a function call expression, along with associated information about its context. More...
 
class  FunctionEvaluationOrderTraversal
 Traverses a given AST and finds all function calls in the order in which they're evaluated Also, for each function we find where to put declarations of temporary variables so that they're accessible at the function call. More...