Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DContinuationIndenter.h318 bool LineContainsContinuedForLoopSection; member
363 if (LineContainsContinuedForLoopSection !=
364 Other.LineContainsContinuedForLoopSection)
365 return LineContainsContinuedForLoopSection;
DContinuationIndenter.cpp87 State.LineContainsContinuedForLoopSection = false; in getInitialState()
150 if (Previous.is(tok::semi) && State.LineContainsContinuedForLoopSection) in mustBreak()