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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.cpp138 unsigned BreakableSingleLineToken::getLineCount() const { return 1; } function in class:clang::format::BreakableSingleLineToken
347 unsigned BreakableBlockComment::getLineCount() const { return Lines.size(); } function in class:clang::format::BreakableBlockComment

Completed in 91 milliseconds