MCPcopy Create free account
hub / github.com/KDE/kdevelop / editorFindRange

Method editorFindRange

plugins/qmljs/duchain/parsesession.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

openDeclarationFunction · 0.45
newUseMethod · 0.45
openTypeFromNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected