| 30 | namespace { |
| 31 | |
| 32 | bool includePathCompletionRequired(const QString& text) |
| 33 | { |
| 34 | const auto properties = IncludePathProperties::parseText(text); |
| 35 | return properties.valid; |
| 36 | } |
| 37 | |
| 38 | QSharedPointer<CodeCompletionContext> createCompletionContext(const DUContextPointer& context, |
| 39 | const ParseSessionData::Ptr& session, |
no outgoing calls
no test coverage detected