Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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
966 void BreakableLineCommentSection::adaptStartOfLine( in adaptStartOfLine() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2032 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2292 Token->adaptStartOfLine(NextLineIndex, Whitespaces); in breakProtrudingToken()