enum class Parser::ConditionOrInitStatement
Declared at: clang/include/clang/Parse/Parser.h:2501
Enumerators
Name | Value | Comment |
---|---|---|
Expression | 0 | Disambiguated as an expression (either kind). |
ConditionDecl | 1 | Disambiguated as the declaration form of condition. |
InitStmtDecl | 2 | Disambiguated as a simple-declaration init-statement. |
ForRangeDecl | 3 | Disambiguated as a for-range declaration. |
Error | 4 | Can't be any of the above! |