Searched refs:InitialState (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp676 /// \brief Analyze the entire solution space starting from \p InitialState.
680 /// find the shortest path (the one with lowest penalty) from \p InitialState
684 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { argument
694 new (Allocator.Allocate()) StateNode(InitialState, false, nullptr);
735 reconstructPath(InitialState, Queue.top().second);

Completed in 47 milliseconds