Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSourceMgr.cpp251 size_t PrevHintEndCol = 0; in buildFixItLine() local
282 if (HintCol < PrevHintEndCol) in buildFixItLine()
283 HintCol = PrevHintEndCol + 1; in buildFixItLine()
299 PrevHintEndCol = LastColumnModified; in buildFixItLine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp278 size_t PrevHintEndCol = 0; in buildFixItLine() local
309 if (HintCol < PrevHintEndCol) in buildFixItLine()
310 HintCol = PrevHintEndCol + 1; in buildFixItLine()
326 PrevHintEndCol = LastColumnModified; in buildFixItLine()
/external/llvm-project/llvm/lib/Support/
DSourceMgr.cpp387 size_t PrevHintEndCol = 0; in buildFixItLine() local
418 if (HintCol < PrevHintEndCol) in buildFixItLine()
419 HintCol = PrevHintEndCol + 1; in buildFixItLine()
435 PrevHintEndCol = LastColumnModified; in buildFixItLine()
/external/clang/lib/Frontend/
DTextDiagnostic.cpp1002 unsigned PrevHintEndCol = 0; in buildFixItInsertionLine() local
1032 if (HintCol < PrevHintEndCol) in buildFixItInsertionLine()
1033 HintCol = PrevHintEndCol + 1; in buildFixItInsertionLine()
1038 (HintCol - PrevHintEndCol) + I->CodeToInsert.size(); in buildFixItInsertionLine()
1045 PrevHintEndCol = in buildFixItInsertionLine()
/external/llvm-project/clang/lib/Frontend/
DTextDiagnostic.cpp1078 unsigned PrevHintEndCol = 0; in buildFixItInsertionLine() local
1109 if (HintCol < PrevHintEndCol) in buildFixItInsertionLine()
1110 HintCol = PrevHintEndCol + 1; in buildFixItInsertionLine()
1115 (HintCol - PrevHintEndCol) + I->CodeToInsert.size(); in buildFixItInsertionLine()
1122 PrevHintEndCol = in buildFixItInsertionLine()