Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.h71 virtual void replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore() function
149 void replaceWhitespaceBefore(unsigned LineIndex,
179 void replaceWhitespaceBefore(unsigned LineIndex,
DBreakableToken.cpp241 BreakableLineComment::replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore() function in clang::format::BreakableLineComment
410 BreakableBlockComment::replaceWhitespaceBefore(unsigned LineIndex, in replaceWhitespaceBefore() function in clang::format::BreakableBlockComment
DContinuationIndenter.cpp1022 Token->replaceWhitespaceBefore(LineIndex, Whitespaces); in breakProtrudingToken()