Searched refs:FirstCol (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp380 unsigned FirstCol; local
382 FirstCol = 0;
384 FirstCol = R.Start.getPointer() - LineStart;
393 unsigned HintCol = FirstCol;
421 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~');
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp590 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; local
601 FirstCol = S2.getLeftMostDescendant(LastCol);
606 while (Row > FirstRow || Col > FirstCol) {
610 } else if (Col > FirstCol &&

Completed in 192 milliseconds