enum class Parser::ParsedStmtContext

Description

Flags describing a context in which we're parsing a statement.

Declared at: clang/include/clang/Parse/Parser.h:415

Enumerators

NameValueComment
AllowDeclarationsInC1This context permits declarations in language modes where declarations are not statements.
AllowStandaloneOpenMPDirectives2This context permits standalone OpenMP directives.
InStmtExpr4This context is at the top level of a GNU statement expression.
SubStmt0The context of a regular substatement.
Compound3The context of a compound-statement.
LLVM_BITMASK_LARGEST_ENUMERATOR4