00001 #ifndef _OMP_AST_CONSTRUCTION 00002 #define _OMP_AST_CONSTRUCTION 00003 00004 namespace OmpSupport 00005 { 00006 void processOpenMP(SgSourceFile* sageFilePtr); 00007 } // end of the namespace 00008 #endif