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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp719 FormatDecision LastFormat = Node->State.NextToken->Decision; local
720 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue)
722 if (LastFormat == FD_Unformatted || LastFormat == FD_Break)

Completed in 45 milliseconds