Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h317 bool LineContainsContinuedForLoopSection; member
362 if (LineContainsContinuedForLoopSection !=
363 Other.LineContainsContinuedForLoopSection)
364 return LineContainsContinuedForLoopSection;
DContinuationIndenter.cpp81 State.LineContainsContinuedForLoopSection = false; in getInitialState()
144 if (Previous.is(tok::semi) && State.LineContainsContinuedForLoopSection) in mustBreak()