Searched refs:getLineCount (Results 1 – 5 of 5) sorted by relevance
98 virtual unsigned getLineCount() const = 0;229 insertBreak(getLineCount() - 1, TailOffset, SplitAfterLastLine, in replaceWhitespaceAfterLastLine()269 unsigned getLineCount() const override;303 unsigned getLineCount() const override;
210 unsigned BreakableStringLiteral::getLineCount() const { return 1; } in getLineCount() function in clang::format::BreakableStringLiteral268 unsigned BreakableComment::getLineCount() const { return Lines.size(); } in getLineCount() function in clang::format::BreakableComment
1798 assert(Token->getLineCount() > 0); in breakProtrudingToken()1841 for (unsigned LineIndex = 0, EndIndex = Token->getLineCount(); in breakProtrudingToken()2134 Token->getContentStartColumn(Token->getLineCount() - 1, /*Break=*/true); in breakProtrudingToken()2136 Token->getLineCount() - 1, in breakProtrudingToken()
537 uint64_t GCOVBlock::getLineCount(const BlockVector &Blocks) { in getLineCount() function in GCOVBlock786 const uint64_t LineCount = GCOVBlock::getLineCount(Blocks); in print()
382 static uint64_t getLineCount(const BlockVector &Blocks);