Home
last modified time | relevance | path

Searched refs:IfOnly (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h121 IfOnly, // An if statement without the else clause. enumerator
H A DUnwrappedLineParser.cpp2833 NestedTooDeep.back() || IfBlockKind == IfStmtKind::IfOnly || in parseIfThenElse()
2839 IfStmtKind Kind = IfStmtKind::IfOnly; in parseIfThenElse()
2860 ElseBlockKind == IfStmtKind::IfOnly || in parseIfThenElse()