Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DBreakableToken.cpp134 unsigned BreakableSingleLineToken::getLineCount() const { return 1; } in getLineCount() function in clang::format::BreakableSingleLineToken
357 unsigned BreakableBlockComment::getLineCount() const { return Lines.size(); } in getLineCount() function in clang::format::BreakableBlockComment