Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1188 FormatDecision LastFormat = Node->State.NextToken->getDecision(); in analyzeSolutionSpace() local
1189 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
1191 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()