Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h203 virtual void adaptStartOfLine(unsigned LineIndex, in adaptStartOfLine() function
423 void adaptStartOfLine(unsigned LineIndex,
494 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.cpp2483 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2745 Token->adaptStartOfLine(NextLineIndex, Whitespaces); in breakProtrudingToken()