Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSourceMgr.cpp259 size_t PrevHintEndCol = 0; in buildFixItLine() local
290 if (HintCol < PrevHintEndCol) in buildFixItLine()
291 HintCol = PrevHintEndCol + 1; in buildFixItLine()
307 PrevHintEndCol = LastColumnModified; in buildFixItLine()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp994 unsigned PrevHintEndCol = 0; in buildFixItInsertionLine() local
1024 if (HintCol < PrevHintEndCol) in buildFixItInsertionLine()
1025 HintCol = PrevHintEndCol + 1; in buildFixItInsertionLine()
1030 (HintCol - PrevHintEndCol) + I->CodeToInsert.size(); in buildFixItInsertionLine()
1037 PrevHintEndCol = in buildFixItInsertionLine()