Home
last modified time | relevance | path

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

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