SageInterface::findEnclosingOmpClauseBodyStatement
Find enclosing OpenMP clause body statement from s. If s is already one, return it directly.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
SgOmpClauseBodyStatement*
findEnclosingOmpClauseBodyStatement(SgStatement* s);
Parameters
Name |
Description |
s |
This class represents the notion of a statement. |
Created with MrDocs