Home
last modified time | relevance | path

Searched refs:LastCol (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
DSourceMgr.cpp303 unsigned LastCol; in buildFixItLine() local
305 LastCol = LineEnd - LineStart; in buildFixItLine()
307 LastCol = R.End.getPointer() - LineStart; in buildFixItLine()
309 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSourceMgr.cpp330 unsigned LastCol; in buildFixItLine() local
332 LastCol = LineEnd - LineStart; in buildFixItLine()
334 LastCol = R.End.getPointer() - LineStart; in buildFixItLine()
336 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/external/llvm-project/llvm/lib/Support/
DSourceMgr.cpp439 unsigned LastCol; in buildFixItLine() local
441 LastCol = LineEnd - LineStart; in buildFixItLine()
443 LastCol = R.End.getPointer() - LineStart; in buildFixItLine()
445 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/external/llvm-project/clang/lib/Tooling/ASTDiff/
DASTDiff.cpp590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
591 std::tie(LastRow, LastCol) = TreePairs.back(); in getMatchingNodes()
595 computeForestDist(LastRow, LastCol); in getMatchingNodes()
601 FirstCol = S2.getLeftMostDescendant(LastCol); in getMatchingNodes()
604 Col = LastCol; in getMatchingNodes()
617 LMD2 == S2.getLeftMostDescendant(LastCol)) { in getMatchingNodes()