Home
last modified time | relevance | path

Searched refs:getContentIndent (Results 1 – 3 of 3) 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
416 unsigned getContentIndent(unsigned LineIndex) const override;
H A DBreakableToken.cpp683 unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const { in getContentIndent() function in clang::format::BreakableBlockComment
739 unsigned PreviousContentIndent = getContentIndent(LineIndex - 1); in getReflowSplit()
H A DContinuationIndenter.cpp2732 ContentIndent = Token->getContentIndent(LineIndex); in breakProtrudingToken()