Searched refs:PrevHintEndCol (Results 1 – 2 of 2) sorted by relevance
387 size_t PrevHintEndCol = 0; in buildFixItLine() local417 if (HintCol < PrevHintEndCol) in buildFixItLine()418 HintCol = PrevHintEndCol + 1; in buildFixItLine()433 PrevHintEndCol = LastColumnModified; in buildFixItLine()
1067 unsigned PrevHintEndCol = 0; in buildFixItInsertionLine() local1098 if (HintCol < PrevHintEndCol) in buildFixItInsertionLine()1099 HintCol = PrevHintEndCol + 1; in buildFixItInsertionLine()1104 (HintCol - PrevHintEndCol) + I->CodeToInsert.size(); in buildFixItInsertionLine()1111 PrevHintEndCol = in buildFixItInsertionLine()