Initial support for at clause.
Error directive is allowed in both declared and executable context.
The function ActOnOpenMPAtClause is called in both places during the parsers.
Adding a param “bool InExContext” to identify context which is used to emit error massage.
Make it private