Home
last modified time | relevance | path

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

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