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.cpp2929 bool NeedsUnwrappedLine = false; in parseIfThenElse() local
2945 NeedsUnwrappedLine = true; in parseIfThenElse()
3014 if (NeedsUnwrappedLine) in parseIfThenElse()
3051 bool NeedsUnwrappedLine = false; in parseTryCatch() local
3096 NeedsUnwrappedLine = true; in parseTryCatch()
3135 NeedsUnwrappedLine = false; in parseTryCatch()
3142 NeedsUnwrappedLine = true; in parseTryCatch()
3148 if (NeedsUnwrappedLine) in parseTryCatch()