Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2806 bool NeedsUnwrappedLine = false; in parseIfThenElse() local
2822 NeedsUnwrappedLine = true; in parseIfThenElse()
2891 if (NeedsUnwrappedLine) in parseIfThenElse()
2928 bool NeedsUnwrappedLine = false; in parseTryCatch() local
2968 NeedsUnwrappedLine = true; in parseTryCatch()
3002 NeedsUnwrappedLine = false; in parseTryCatch()
3009 NeedsUnwrappedLine = true; in parseTryCatch()
3015 if (NeedsUnwrappedLine) in parseTryCatch()