| 187 | } |
| 188 | |
| 189 | RangeInRevision ParseSession::editorFindRange(QmlJS::AST::Node* fromNode, QmlJS::AST::Node* toNode) const |
| 190 | { |
| 191 | return locationsToRange(fromNode->firstSourceLocation(), toNode->lastSourceLocation()); |
| 192 | } |
| 193 | |
| 194 | void ParseSession::setContextOnNode(QmlJS::AST::Node* node, DUContext* context) |
| 195 | { |
no outgoing calls
no test coverage detected