Home
last modified time | relevance | path

Searched refs:LowestLevelOnLine (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Format/
DContinuationIndenter.h324 unsigned LowestLevelOnLine; member
368 if (LowestLevelOnLine != Other.LowestLevelOnLine)
369 return LowestLevelOnLine < Other.LowestLevelOnLine;
DContinuationIndenter.cpp90 State.LowestLevelOnLine = 0; in getInitialState()
119 State.LowestLevelOnLine < State.StartOfLineLevel && in canBreak()
120 State.LowestLevelOnLine < Current.NestingLevel) in canBreak()
554 State.LowestLevelOnLine = Current.NestingLevel; in addTokenOnNewLine()
737 State.LowestLevelOnLine = in moveStateToNextToken()
738 std::min(State.LowestLevelOnLine, Current.NestingLevel); in moveStateToNextToken()
/external/llvm-project/clang/lib/Format/
DContinuationIndenter.h423 unsigned LowestLevelOnLine; member
469 if (LowestLevelOnLine != Other.LowestLevelOnLine)
470 return LowestLevelOnLine < Other.LowestLevelOnLine;
DContinuationIndenter.cpp261 State.LowestLevelOnLine = 0; in getInitialState()
297 State.LowestLevelOnLine < State.StartOfLineLevel && in canBreak()
298 State.LowestLevelOnLine < Current.NestingLevel) in canBreak()
902 State.LowestLevelOnLine = Current.NestingLevel; in addTokenOnNewLine()
1215 State.LowestLevelOnLine = in moveStateToNextToken()
1216 std::min(State.LowestLevelOnLine, Current.NestingLevel); in moveStateToNextToken()