sg::forAllNodes
calls fn with all applicable nodes in the AST
Synopses
Declared in <SageIII/sageInterface/sageGeneric.h>
calls fn with all applicable nodes in the AST
template<class F>
static
F
forAllNodes(
F fn,
SgNode* root,
AstSimpleProcessing::Order order = postorder);
template<class SageNode>
static
void
forAllNodes(
void(* fn)(SageNode*),
SgNode* root,
AstSimpleProcessing::Order order = postorder);
Created with MrDocs