Searched refs:LowestLevelOnLine (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h393 unsigned LowestLevelOnLine; member in struct:clang::format::LineState
439 if (LowestLevelOnLine != Other.LowestLevelOnLine)
440 return LowestLevelOnLine < Other.LowestLevelOnLine;
H A DContinuationIndenter.cpp261 State.LowestLevelOnLine = 0;
297 State.LowestLevelOnLine < State.StartOfLineLevel &&
298 State.LowestLevelOnLine < Current.NestingLevel)
859 State.LowestLevelOnLine = Current.NestingLevel;
1116 State.LowestLevelOnLine =
1117 std::min(State.LowestLevelOnLine, Current.NestingLevel);

Completed in 181 milliseconds