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

Method range

plugins/cmake/parser/cmakelistsparser.h:43–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 static QString unescapeValue(const QString& value);
42
43 KDevelop::RangeInRevision range() const
44 { return KDevelop::RangeInRevision(line-1, column-1, line-1, column+value.length()-1); }
45
46 bool isValid() const { return quoted || !value.isEmpty(); }
47

Callers 6

startVisitingMethod · 0.45
startVisitingMethod · 0.45
argRangeFunction · 0.45
testCTestSuiteMethod · 0.45
testQtTestCasesMethod · 0.45
loadDeclarationsMethod · 0.45

Calls 2

RangeInRevisionClass · 0.50
lengthMethod · 0.45

Tested by 3

testCTestSuiteMethod · 0.36
testQtTestCasesMethod · 0.36
loadDeclarationsMethod · 0.36