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

  /external/clang/lib/Format/
ContinuationIndenter.h 148 FirstLessLess(0), BreakBeforeClosingBrace(false), QuestionColumn(0),
175 unsigned FirstLessLess;
265 if (FirstLessLess != Other.FirstLessLess)
266 return FirstLessLess < Other.FirstLessLess;
ContinuationIndenter.cpp 195 State.Stack.back().FirstLessLess == 0)
369 State.Stack.back().FirstLessLess == 0 &&
505 State.Stack.back().FirstLessLess != 0)
506 return State.Stack.back().FirstLessLess;
578 if (State.Stack.back().FirstLessLess == 0)
579 State.Stack.back().FirstLessLess = State.Column;
    [all...]

Completed in 3678 milliseconds