enum class Parser::ConditionOrInitStatement

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

Enumerators

NameValueComment
Expression0Disambiguated as an expression (either kind).
ConditionDecl1Disambiguated as the declaration form of condition.
InitStmtDecl2Disambiguated as a simple-declaration init-statement.
ForRangeDecl3Disambiguated as a for-range declaration.
Error4Can't be any of the above!