SgNodeHelper::PragmaList
collects all pragmas with name 'pragmaName' and creates a list of all pragma strings (with stripped off prefix) and the associated SgNode.
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
typedef std::list<std::pair<std::string, SgNode*>> PragmaList;
Created with MrDocs