HomeSort by relevance Sort by last modified time
    Searched refs:getIndentText (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Format/
WhitespaceManager.h 159 std::string getIndentText(unsigned Spaces);
WhitespaceManager.cpp 253 return std::string(Newlines, '\n') + getIndentText(Spaces);
270 return NewlineText + getIndentText(Spaces);
273 std::string WhitespaceManager::getIndentText(unsigned Spaces) {

Completed in 25 milliseconds