Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DBreakableToken.h206 virtual void adaptStartOfLine(unsigned LineIndex, in adaptStartOfLine() function
382 void adaptStartOfLine(unsigned LineIndex,
453 void adaptStartOfLine(unsigned LineIndex,
H A DBreakableToken.cpp677 void BreakableBlockComment::adaptStartOfLine( in adaptStartOfLine() function in clang::format::BreakableBlockComment
992 void BreakableLineCommentSection::adaptStartOfLine( in adaptStartOfLine() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2204 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2466 Token->adaptStartOfLine(NextLineIndex, Whitespaces); in breakProtrudingToken()