Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp387 size_t PrevHintEndCol = 0; in buildFixItLine() local
417 if (HintCol < PrevHintEndCol) in buildFixItLine()
418 HintCol = PrevHintEndCol + 1; in buildFixItLine()
433 PrevHintEndCol = LastColumnModified; in buildFixItLine()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp1067 unsigned PrevHintEndCol = 0; in buildFixItInsertionLine() local
1098 if (HintCol < PrevHintEndCol) in buildFixItInsertionLine()
1099 HintCol = PrevHintEndCol + 1; in buildFixItInsertionLine()
1104 (HintCol - PrevHintEndCol) + I->CodeToInsert.size(); in buildFixItInsertionLine()
1111 PrevHintEndCol = in buildFixItInsertionLine()