SageBuilder::buildCpreprocessorDefineDeclaration
Build and attach #define XX directives, pass "#define xxx xxx" as content.
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
PreprocessingInfo*
buildCpreprocessorDefineDeclaration(
SgLocatedNode* target,
std::string const& content,
PreprocessingInfo::RelativePositionType position = PreprocessingInfo::before);
Return Value
For preprocessing information including source comments, include , if, define, etc
Parameters
Name |
Description |
target |
This class represents the notion of an expression or statement which |
position |
MK: Enum type to store if the directive goes before or after the corresponding line of source code |
Created with MrDocs