Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.h119 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun = false);
H A DUnwrappedLineFormatter.cpp466 return analyzeSolutionSpace(State, DryRun); in format()
536 unsigned UnwrappedLineFormatter::analyzeSolutionSpace(LineState &InitialState, in analyzeSolutionSpace() function in clang::format::UnwrappedLineFormatter