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

  /external/clang/lib/Format/
WhitespaceManager.h 198 void appendNewlineText(std::string &Text, unsigned Newlines);
199 void appendNewlineText(std::string &Text, unsigned Newlines,
WhitespaceManager.cpp 485 appendNewlineText(ReplacementText, C.NewlinesBefore,
488 appendNewlineText(ReplacementText, C.NewlinesBefore);
509 void WhitespaceManager::appendNewlineText(std::string &Text,
515 void WhitespaceManager::appendNewlineText(std::string &Text, unsigned Newlines,

Completed in 122 milliseconds