Searched refs:getContentIndent (Results 1 – 3 of 3) sorted by relevance
146 virtual unsigned getContentIndent(unsigned LineIndex) const { return 0; } in getContentIndent() function416 unsigned getContentIndent(unsigned LineIndex) const override;
683 unsigned BreakableBlockComment::getContentIndent(unsigned LineIndex) const { in getContentIndent() function in clang::format::BreakableBlockComment739 unsigned PreviousContentIndent = getContentIndent(LineIndex - 1); in getReflowSplit()
2732 ContentIndent = Token->getContentIndent(LineIndex); in breakProtrudingToken()