Home
last modified time | relevance | path

Searched refs:adaptStartOfLine (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h206 virtual void adaptStartOfLine(unsigned LineIndex, in adaptStartOfLine() function
426 void adaptStartOfLine(unsigned LineIndex,
497 void adaptStartOfLine(unsigned LineIndex,
H A DBreakableToken.cpp789 void BreakableBlockComment::adaptStartOfLine( in adaptStartOfLine() function in clang::format::BreakableBlockComment
1104 void BreakableLineCommentSection::adaptStartOfLine( in adaptStartOfLine() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2434 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2696 Token->adaptStartOfLine(NextLineIndex, Whitespaces); in breakProtrudingToken()