enum class UnwrappedLineParser::IfStmtKind
Declared at: clang/lib/Format/UnwrappedLineParser.h:86
Enumerators
Name | Value | Comment |
---|---|---|
NotIf | 0 | |
IfOnly | 1 | |
IfElse | 2 | |
IfElseIf | 3 |
Declared at: clang/lib/Format/UnwrappedLineParser.h:86
Name | Value | Comment |
---|---|---|
NotIf | 0 | |
IfOnly | 1 | |
IfElse | 2 | |
IfElseIf | 3 |