Skip to content

AstSimpleProcessing::traverseInputFiles

traverse only nodes which represent files which were specified on the command line (=input files).

Synopsis

Declared in <src/midend/astProcessing/AstSimpleProcessing.h>

void
traverseInputFiles(
    SgProject* projectNode,
    Order treeTraversalOrder);

Parameters

Name

Description

projectNode

This class represents a source project, with a list of SgFile objects and global

Created with MrDocs