Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2864 bool NeedsUnwrappedLine = false; in parseIfThenElse() local
2880 NeedsUnwrappedLine = true; in parseIfThenElse()
2949 if (NeedsUnwrappedLine) in parseIfThenElse()
2986 bool NeedsUnwrappedLine = false; in parseTryCatch() local
3031 NeedsUnwrappedLine = true; in parseTryCatch()
3065 NeedsUnwrappedLine = false; in parseTryCatch()
3072 NeedsUnwrappedLine = true; in parseTryCatch()
3078 if (NeedsUnwrappedLine) in parseTryCatch()