Searched refs:getNumLines (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageReport.cpp | 231 (unsigned)File.LineCoverage.getNumLines()); in render() 233 "%*u", FileReportColumns[11], (unsigned)(File.LineCoverage.getNumLines() - in render() 235 if (File.LineCoverage.getNumLines()) in render() 283 (unsigned)Function.LineCoverage.getNumLines()); in render() 286 (unsigned)(Function.LineCoverage.getNumLines() - in render()
|
| H A D | CoverageExporterLcov.cpp | 164 OS << "LF:" << Summary.LineCoverage.getNumLines() << '\n' in renderLineSummary()
|
| H A D | CoverageSummaryInfo.h | 92 size_t getNumLines() const { return NumLines; } in getNumLines() function
|
| H A D | CoverageExporterJson.cpp | 155 json::Object({{"count", int64_t(Summary.LineCoverage.getNumLines())}, in renderSummary()
|
| H A D | SourceCoverageViewHTML.cpp | 377 FCS.LineCoverage.getNumLines(), in emitFileSummary()
|
| /llvm-project-15.0.7/llvm/tools/llvm-diff/lib/ |
| H A D | DiffLog.cpp | 43 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); } in getNumLines() function in DiffLogBuilder
|
| H A D | DiffLog.h | 75 unsigned getNumLines() const;
|
| H A D | DiffConsumer.cpp | 197 for (unsigned I = 0, E = Log.getNumLines(); I != E; ++I) { in logd()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 500 if (VBC->getNumLines() != 0) in HasVerbatimBlockAt() 502 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 521 if (VBC->getNumLines() != 1) in HasVerbatimBlockAt() 523 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 549 if (VBC->getNumLines() != 2) in HasVerbatimBlockAt() 551 << "VerbatimBlockComment has " << VBC->getNumLines() << " lines(s), " in HasVerbatimBlockAt() 1376 ASSERT_EQ(3U, VBC->getNumLines()); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 417 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment() 787 unsigned NumLines = C->getNumLines(); in visitVerbatimBlockComment()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 1639 auto getNumLines = [](ChunkIterator chunkIt) { in getInlayHints() local 1649 getHintsForChunk(startIt, lsp::Range(range.start, getNumLines(startIt))); in getInlayHints() 1653 getHintsForChunk(startIt, lsp::Range(0, getNumLines(startIt))); in getInlayHints()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Comment.h | 914 unsigned getNumLines() const { in getNumLines() function
|