Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h385 bool LineContainsContinuedForLoopSection; member
433 if (LineContainsContinuedForLoopSection !=
434 Other.LineContainsContinuedForLoopSection)
435 return LineContainsContinuedForLoopSection;
H A DContinuationIndenter.cpp258 State.LineContainsContinuedForLoopSection = false; in getInitialState()
338 if (Previous.is(tok::semi) && State.LineContainsContinuedForLoopSection) in mustBreak()