Searched refs:FirstCol (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 414 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 D | ASTDiff.cpp | 589 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 D | SourceCoverageViewHTML.cpp | 312 const std::string &FirstCol, const FileCoverageSummary &FCS, in emitTableRow() argument 338 Columns.emplace_back(tag("td", tag("pre", FirstCol))); in emitTableRow()
|