Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.h149 virtual unsigned getContentIndent(unsigned LineIndex) const { return 0; } in getContentIndent() function
H A DBreakableToken.cpp582 unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const { in getContentIndent() function in clang::format::BreakableBlockComment