Searched defs:getContentIndent (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Format/ | ||
H A D | BreakableToken.h | 149 virtual unsigned getContentIndent(unsigned LineIndex) const { return 0; } getContentIndent() function |
H A D | BreakableToken.cpp | 696 unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const { in getContentIndent() function in clang::format::BreakableBlockComment |