Home
last modified time | relevance | path

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

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dfixit-test.cpp80 ClangBackEnd::FixIt fixIt{diagnostic.fixIts().front()}; member
92 const ClangBackEnd::FixIt &fixIt{data->fixIt}; member in __anonea26af660111::FixIt
104 ASSERT_THAT(fixIt.text(), Utf8StringLiteral(";")); in TEST_F()
110 …ASSERT_THAT(fixIt.range().start(), IsSourceLocation(Utf8StringLiteral("diagnostic_semicolon_fixit.… in TEST_F()
118 …ASSERT_THAT(fixIt.range().end(), IsSourceLocation(Utf8StringLiteral("diagnostic_semicolon_fixit.cp… in TEST_F()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/
H A Dclangassistproposalitem.cpp376 const QTextBlock endLine = cursor.document()->findBlockByNumber(fixIt.range.end.line - 1); in fixItPositionsRange()
380 fixIt.range.start.line, in fixItPositionsRange()
381 cppEditorColumn(startLine, fixIt.range.start.column)); in fixItPositionsRange()
384 fixIt.range.end.line, in fixItPositionsRange()
385 cppEditorColumn(endLine, fixIt.range.end.column)); in fixItPositionsRange()
389 static QString textReplacedByFixit(const FixItContainer &fixIt) in textReplacedByFixit() argument
394 const std::pair<int, int> fixItPosRange = fixItPositionsRange(fixIt, in textReplacedByFixit()
402 const FixItContainer &fixIt = firstCompletionFixIts().first(); in fixItText() local
405 .arg(textReplacedByFixit(fixIt), fixIt.text.toString()); in fixItText()
416 for (const FixItContainer &fixIt : requiredFixIts) { in fixItsShift() local
[all …]
H A Dclangcompletionassistprocessor.cpp211 const ClangBackEnd::FixItContainer &fixIt = completion.requiredFixIts.front(); in applyCompletionFixIt() local
216 const int fixItLength = fixIt.range.end.column - fixIt.range.start.column; in applyCompletionFixIt()
217 const QString fixItText = fixIt.text.toString(); in applyCompletionFixIt()
/dports/math/polymake/polymake-4.5/external/permlib/include/permlib/search/partition/
H A Dgroup_refinement.h142 Partition::vector_t::const_iterator fixIt = pi.fixPointsBegin(); in init() local
145 while (fixIt != fixEndIt && *fixIt != *Bit) { in init()
146 PERMLIB_DEBUG(std::cout << "skip " << (*fixIt + 1) << " for " << (*Bit + 1) << std::endl;) in init()
147 ++fixIt; in init()
149 if (fixIt == fixEndIt) in init()
151 ++fixIt; in init()
H A Dpartition.h237 vector_t::iterator fixIt = fix.begin() + fixCounter; in intersect() local
240 *fixIt = newCell[0]; in intersect()
241 ++fixIt; in intersect()
245 *fixIt = newCell[partitionCellSize - 1]; in intersect()
246 ++fixIt; in intersect()
/dports/math/permlib/PermLib-0.2.9/include/permlib/search/partition/
H A Dgroup_refinement.h142 Partition::vector_t::const_iterator fixIt = pi.fixPointsBegin(); in init() local
145 while (fixIt != fixEndIt && *fixIt != *Bit) { in init()
146 PERMLIB_DEBUG(std::cout << "skip " << (*fixIt + 1) << " for " << (*Bit + 1) << std::endl;) in init()
147 ++fixIt; in init()
149 if (fixIt == fixEndIt) in init()
151 ++fixIt; in init()
H A Dpartition.h238 vector_t::iterator fixIt = fix.begin() + fixCounter; in intersect() local
241 *fixIt = newCell[0]; in intersect()
242 ++fixIt; in intersect()
246 *fixIt = newCell[partitionCellSize - 1]; in intersect()
247 ++fixIt; in intersect()
/dports/devel/stack/stack-2.7.3/test/integration/tests/397-case-insensitive-flags/files/
H A Dnew-template.cabal6 flag fixIt
15 if flag(fixIt)
/dports/misc/hotkeys/hotkeys-0.5.7.1/src/
H A DfixVMware.c33 fixIt(int sig) in fixIt() function
50 s.sa_handler = fixIt; in startFixVMwareThread()
/dports/audio/sidplay/sidplay-base-1.0.9/
H A Dsidcon.cpp182 bool fixIt = false; in handleFile() local
186 fixIt = true; in handleFile()
192 fixIt = (tolower(c)=='y'); in handleFile()
194 if (fixIt) in handleFile()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/clangbackend/source/
H A Ddiagnostic.cpp174 for (auto &&fixIt : fixItVector) in getFixItContainers()
175 fixItContainers.push_back(fixIt.toFixItContainer()); in getFixItContainers()
H A Dcodecompletionsextractor.cpp430 ClangString fixIt = clang_getCompletionFixIt(cxCodeCompleteResults, in extractRequiredFixIts() local
435 FixItContainer(Utf8String(fixIt), toRangeContainer(unsavedFile, range))); in extractRequiredFixIts()
/dports/cad/pcb/pcb-4.2.0/src/
H A Dchange.c1795 Absolute = (fixIt) ? 1 : 0; in ChangeSelectedSize()
1818 Absolute = (fixIt) ? 1 : 0; in ChangeSelectedClearSize()
1844 Absolute = (fixIt) ? 1 : 0; in ChangeSelected2ndSize()
2091 Coord Difference, bool fixIt) in ChangeObjectSize() argument
2096 Absolute = (fixIt) ? 1 : 0; in ChangeObjectSize()
2115 Coord Difference, bool fixIt) in ChangeObjectClearSize() argument
2120 Absolute = (fixIt) ? 1 : 0; in ChangeObjectClearSize()
2231 Coord Difference, bool fixIt, bool incundo) in ChangeObject2ndSize() argument
2236 Absolute = (fixIt) ? 1 : 0; in ChangeObject2ndSize()
2257 Coord Difference, bool fixIt) in ChangeObjectMaskSize() argument
[all …]
/dports/devel/ccls/ccls-0.20210330/src/
H A Dsema_manager.cc65 const clang::FixItHint &fixIt) { in toTextEdit() argument
67 edit.newText = fixIt.CodeToInsert; in toTextEdit()
68 auto r = fromCharSourceRange(sm, l, fixIt.RemoveRange); in toTextEdit()
262 for (const FixItHint &fixIt : info.getFixItHints()) { in HandleDiagnostic() local
263 if (!isConcerned(sm, fixIt.RemoveRange.getBegin())) in HandleDiagnostic()
265 last->edits.push_back(toTextEdit(sm, *langOpts, fixIt)); in HandleDiagnostic()
/dports/finance/kraft/kraft-0.97/src/
H A Dflostempldialog.cpp224 QListIterator<CalcPart*> fixIt( tpList ); in setCalcparts() local
225 while( fixIt.hasNext() ) { in setCalcparts()
226 FixCalcPart *fc = static_cast<FixCalcPart*>(fixIt.next()); in setCalcparts()
/dports/devel/ccls/ccls-0.20210330/src/messages/
H A DtextDocument_completion.cc477 for (const FixItHint &fixIt : r.FixIts) { in ProcessCodeCompleteResults() local
480 ccls::toTextEdit(ast.getSourceManager(), ast.getLangOpts(), fixIt); in ProcessCodeCompleteResults()
/dports/games/jigsaw/Jigsaw-0.8/
H A DDocument.m959 NSString *result, *fixIt =
966 result = [fixIt stringByAppendingFormat:@"-%u.%@",
/dports/science/shelxle/shelxle-1.0.1352/
H A Dwindow.h267 void fixIt();//!< Fix some parameters from being refined.
H A Dwindow.cpp734 runMenu->addAction("Fix some parameters", this, SLOT(fixIt())); in Window()
16549 void Window::fixIt(){ in fixIt() function in Window