SageInterface::extractPragmaKeyword
Extract a SgPragmaDeclaration's leading keyword . For example "#pragma omp parallel" has a keyword of "omp".
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
std::string
extractPragmaKeyword(SgPragmaDeclaration const*);
Created with MrDocs