Home
last modified time | relevance | path

Searched defs:getLineCount (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.cpp210 unsigned BreakableStringLiteral::getLineCount() const { return 1; } in getLineCount() function in clang::format::BreakableStringLiteral
268 unsigned BreakableComment::getLineCount() const { return Lines.size(); } in getLineCount() function in clang::format::BreakableComment
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp537 uint64_t GCOVBlock::getLineCount(const BlockVector &Blocks) { in getLineCount() function in GCOVBlock