Home
last modified time | relevance | path

Searched refs:FirstCol (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp414 unsigned FirstCol; in buildFixItLine() local
416 FirstCol = 0; in buildFixItLine()
418 FirstCol = R.Start.getPointer() - LineStart; in buildFixItLine()
427 unsigned HintCol = FirstCol; in buildFixItLine()
454 std::fill(&CaretLine[FirstCol], &CaretLine[LastCol], '~'); in buildFixItLine()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp589 SNodeId LastRow, LastCol, FirstRow, FirstCol, Row, Col; in getMatchingNodes() local
600 FirstCol = S2.getLeftMostDescendant(LastCol); in getMatchingNodes()
605 while (Row > FirstRow || Col > FirstCol) { in getMatchingNodes()
609 } else if (Col > FirstCol && in getMatchingNodes()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp312 const std::string &FirstCol, const FileCoverageSummary &FCS, in emitTableRow() argument
338 Columns.emplace_back(tag("td", tag("pre", FirstCol))); in emitTableRow()