Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h123 IfElseIf // An if statement followed by else if. enumerator
H A DUnwrappedLineParser.cpp2834 IfBlockKind == IfStmtKind::IfElseIf; in parseIfThenElse()
2861 ElseBlockKind == IfStmtKind::IfElseIf; in parseIfThenElse()
2878 Kind = IfStmtKind::IfElseIf; in parseIfThenElse()