Searched refs:LastCol (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 303 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/ |
D | SourceMgr.cpp | 330 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/ |
D | SourceMgr.cpp | 439 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/ |
D | ASTDiff.cpp | 590 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()
|