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

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

Completed in 174 milliseconds