Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2909 bool KeepIfBraces = true; in parseIfThenElse() local
2913 KeepIfBraces = !Style.RemoveBracesLLVM || KeepBraces; in parseIfThenElse()
2940 /*MunchSemi=*/true, KeepIfBraces, &IfBlockKind); in parseIfThenElse()
2954 KeepIfBraces = KeepIfBraces || in parseIfThenElse()
2960 bool KeepElseBraces = KeepIfBraces; in parseIfThenElse()
3004 ElseLeftBrace = parseIfThenElse(/*IfKind=*/nullptr, KeepIfBraces); in parseIfThenElse()
3013 KeepIfBraces = KeepIfBraces || IfBlockKind == IfStmtKind::IfElse; in parseIfThenElse()
3028 if (!KeepIfBraces && !KeepElseBraces) { in parseIfThenElse()