| 251 | } |
| 252 | |
| 253 | inline util::Coordinate candidatesInputLocation(const PhantomNodeCandidates &candidates) |
| 254 | { |
| 255 | BOOST_ASSERT(!candidates.empty()); |
| 256 | return candidates.front().input_location; |
| 257 | } |
| 258 | |
| 259 | inline bool candidatesHaveComponent(const PhantomNodeCandidates &candidates, uint32_t component_id) |
| 260 | { |
no test coverage detected