Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.h414 bool LineContainsContinuedForLoopSection; member
462 if (LineContainsContinuedForLoopSection !=
463 Other.LineContainsContinuedForLoopSection)
464 return LineContainsContinuedForLoopSection;
H A DContinuationIndenter.cpp257 State.LineContainsContinuedForLoopSection = false; in getInitialState()
342 if (Previous.is(tok::semi) && State.LineContainsContinuedForLoopSection) in mustBreak()