Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h146 virtual unsigned getContentIndent(unsigned LineIndex) const { return 0; } in getContentIndent() function
H A DBreakableToken.cpp696 unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const { in getContentIndent() function in clang::format::BreakableBlockComment