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

  /src/external/apache2/llvm/dist/llvm/lib/Support/
SourceMgr.cpp 403 unsigned FirstCol;
405 FirstCol = 0;
407 FirstCol = R.Start.getPointer() - LineStart;
416 unsigned HintCol = FirstCol;
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;
601 FirstCol = S2.getLeftMostDescendant(LastCol);
606 while (Row > FirstRow || Col > FirstCol) {
610 } else if (Col > FirstCol &&

Completed in 18 milliseconds