SageBuilder::buildPragmaDeclaration
Build pragma declaration, handle SgPragma and defining/nondefining pointers internally
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgPragmaDeclaration*
buildPragmaDeclaration(
std::string const& name,
SgScopeStatement* scope = NULL);
Return Value
This class represents the concept of a C Assembler statement (untested).
Parameters
Name |
Description |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs