Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2068 bool NeedsUnwrappedLine = false; in parseIfThenElse() local
2075 NeedsUnwrappedLine = true; in parseIfThenElse()
2109 } else if (NeedsUnwrappedLine) { in parseIfThenElse()
2117 bool NeedsUnwrappedLine = false; in parseTryCatch() local
2155 NeedsUnwrappedLine = true; in parseTryCatch()
2187 NeedsUnwrappedLine = false; in parseTryCatch()
2193 NeedsUnwrappedLine = true; in parseTryCatch()
2195 if (NeedsUnwrappedLine) in parseTryCatch()