CPreproc::IfDirectiveExtractor::addCase
Adds the given directive/node to the current '#if' case.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/IfDirectiveExtractor.hh>
void
addCase(
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