Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1043 FormatDecision LastFormat = Node->State.NextToken->getDecision(); in analyzeSolutionSpace() local
1044 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
1046 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()