HomeSort by relevance Sort by last modified time
    Searched refs:LineContainsContinuedForLoopSection (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
ContinuationIndenter.h 318 bool LineContainsContinuedForLoopSection;
363 if (LineContainsContinuedForLoopSection !=
364 Other.LineContainsContinuedForLoopSection)
365 return LineContainsContinuedForLoopSection;
ContinuationIndenter.cpp 87 State.LineContainsContinuedForLoopSection = false;
150 if (Previous.is(tok::semi) && State.LineContainsContinuedForLoopSection)
    [all...]

Completed in 571 milliseconds