Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DBreakableToken.h206 virtual void adaptStartOfLine(unsigned LineIndex, in adaptStartOfLine() function
382 void adaptStartOfLine(unsigned LineIndex,
453 void adaptStartOfLine(unsigned LineIndex,
DBreakableToken.cpp677 void BreakableBlockComment::adaptStartOfLine( in adaptStartOfLine() function in clang::format::BreakableBlockComment
992 void BreakableLineCommentSection::adaptStartOfLine( in adaptStartOfLine() function in clang::format::BreakableLineCommentSection
DContinuationIndenter.cpp2239 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2501 Token->adaptStartOfLine(NextLineIndex, Whitespaces); in breakProtrudingToken()