Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp398 size_t PrevHintEndCol = 0; in buildFixItLine() local
428 if (HintCol < PrevHintEndCol) in buildFixItLine()
429 HintCol = PrevHintEndCol + 1; in buildFixItLine()
444 PrevHintEndCol = LastColumnModified; in buildFixItLine()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1001 unsigned PrevHintEndCol = 0; in buildFixItInsertionLine() local
1033 if (HintCol < PrevHintEndCol) in buildFixItInsertionLine()
1034 HintCol = PrevHintEndCol + 1; in buildFixItInsertionLine()
1039 (HintCol - PrevHintEndCol) + in buildFixItInsertionLine()
1047 PrevHintEndCol = HintCol + llvm::sys::locale::columnWidth(H.CodeToInsert); in buildFixItInsertionLine()