Home
last modified time | relevance | path

Searched refs:fixItLength (Results 1 – 1 of 1) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/
H A Dclangcompletionassistprocessor.cpp216 const int fixItLength = fixIt.range.end.column - fixIt.range.start.column; in applyCompletionFixIt() local
218 m_positionForProposal += fixItText.length() - fixItLength; in applyCompletionFixIt()