Searched refs:PrevHintEndCol (Results 1 – 2 of 2) sorted by relevance
394 size_t PrevHintEndCol = 0; in buildFixItLine() local424 if (HintCol < PrevHintEndCol) in buildFixItLine()425 HintCol = PrevHintEndCol + 1; in buildFixItLine()440 PrevHintEndCol = LastColumnModified; in buildFixItLine()
1068 unsigned PrevHintEndCol = 0; in buildFixItInsertionLine() local1099 if (HintCol < PrevHintEndCol) in buildFixItInsertionLine()1100 HintCol = PrevHintEndCol + 1; in buildFixItInsertionLine()1105 (HintCol - PrevHintEndCol) + I->CodeToInsert.size(); in buildFixItInsertionLine()1112 PrevHintEndCol = in buildFixItInsertionLine()