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.cpp242 void BreakableLineComment::replaceWhitespaceBefore( in replaceWhitespaceBefore() function in clang::format::BreakableLineComment
417 void BreakableBlockComment::replaceWhitespaceBefore( in replaceWhitespaceBefore() function in clang::format::BreakableBlockComment
DContinuationIndenter.cpp1164 Token->replaceWhitespaceBefore(LineIndex, Whitespaces); in breakProtrudingToken()