Skip to content

CPreproc::IfDirectiveExtractor::newIf

Creates a new '#if' directive.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/IfDirectiveExtractor.hh>

void
newIf(
    PreprocessingInfo* info,
    SgLocatedNode* node);

Parameters

Name

Description

info

For preprocessing information including source comments, include , if, define, etc

node

This class represents the notion of an expression or statement which

Created with MrDocs