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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp813 /// \brief Analyze the entire solution space starting from \p InitialState.
817 /// find the shortest path (the one with lowest penalty) from \p InitialState
821 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun = false) { argument
831 new (Allocator.Allocate()) StateNode(InitialState, false, NULL);
872 reconstructPath(InitialState, Queue.top().second);

Completed in 94 milliseconds