| 405 | } |
| 406 | |
| 407 | std::vector<std::pair<ASTPointer<IdentifierPath>, std::optional<Token>>> UsingForDirective::functionsAndOperators() const |
| 408 | { |
| 409 | return ranges::zip_view(m_functionsOrLibrary, m_operators) | ranges::to<std::vector>; |
| 410 | } |
| 411 | |
| 412 | Type const* StructDefinition::type() const |
| 413 | { |
no outgoing calls
no test coverage detected