Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp394 size_t PrevHintEndCol = 0; in buildFixItLine() local
424 if (HintCol < PrevHintEndCol) in buildFixItLine()
425 HintCol = PrevHintEndCol + 1; in buildFixItLine()
440 PrevHintEndCol = LastColumnModified; in buildFixItLine()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp1068 unsigned PrevHintEndCol = 0; in buildFixItInsertionLine() local
1099 if (HintCol < PrevHintEndCol) in buildFixItInsertionLine()
1100 HintCol = PrevHintEndCol + 1; in buildFixItInsertionLine()
1105 (HintCol - PrevHintEndCol) + I->CodeToInsert.size(); in buildFixItInsertionLine()
1112 PrevHintEndCol = in buildFixItInsertionLine()