Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp1029 FormatDecision LastFormat = Node->State.NextToken->getDecision(); in analyzeSolutionSpace() local
1030 if (LastFormat == FD_Unformatted || LastFormat == FD_Continue) in analyzeSolutionSpace()
1032 if (LastFormat == FD_Unformatted || LastFormat == FD_Break) in analyzeSolutionSpace()