HomeSort by: relevance | last modified time | path
    Searched refs:LastCol (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp 437 unsigned LastCol;
439 LastCol = LineEnd - LineStart;
441 LastCol = R.End.getPointer() - LineStart;
443 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~');
  /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp 590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col;
591 std::tie(LastRow, LastCol) = TreePairs.back();
595 computeForestDist(LastRow, LastCol);
601 FirstCol = S2.getLeftMostDescendant(LastCol);
604 Col = LastCol;
617 LMD2 == S2.getLeftMostDescendant(LastCol)) {

Completed in 150 milliseconds