Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp2594 bool NeedsUnwrappedLine = false; in parseIfThenElse() local
2609 NeedsUnwrappedLine = true; in parseIfThenElse()
2675 if (NeedsUnwrappedLine) in parseIfThenElse()
2712 bool NeedsUnwrappedLine = false; in parseTryCatch() local
2752 NeedsUnwrappedLine = true; in parseTryCatch()
2786 NeedsUnwrappedLine = false; in parseTryCatch()
2793 NeedsUnwrappedLine = true; in parseTryCatch()
2799 if (NeedsUnwrappedLine) in parseTryCatch()