Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DUnwrappedLineFormatter.h123 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun = false);
DUnwrappedLineFormatter.cpp485 return analyzeSolutionSpace(State, DryRun); in format()
556 unsigned UnwrappedLineFormatter::analyzeSolutionSpace(LineState &InitialState, in analyzeSolutionSpace() function in clang::format::UnwrappedLineFormatter