Searched refs:PrevHintEndCol (Results 1 – 2 of 2) sorted by relevance
259 size_t PrevHintEndCol = 0; in buildFixItLine() local290 if (HintCol < PrevHintEndCol) in buildFixItLine()291 HintCol = PrevHintEndCol + 1; in buildFixItLine()307 PrevHintEndCol = LastColumnModified; in buildFixItLine()
994 unsigned PrevHintEndCol = 0; in buildFixItInsertionLine() local1024 if (HintCol < PrevHintEndCol) in buildFixItInsertionLine()1025 HintCol = PrevHintEndCol + 1; in buildFixItInsertionLine()1030 (HintCol - PrevHintEndCol) + I->CodeToInsert.size(); in buildFixItInsertionLine()1037 PrevHintEndCol = in buildFixItInsertionLine()