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 193 void appendNewlineText(std::string &Text, unsigned Newlines);
194 void appendNewlineText(std::string &Text, unsigned Newlines,
WhitespaceManager.cpp 463 appendNewlineText(ReplacementText, C.NewlinesBefore,
466 appendNewlineText(ReplacementText, C.NewlinesBefore);
487 void WhitespaceManager::appendNewlineText(std::string &Text,
493 void WhitespaceManager::appendNewlineText(std::string &Text, unsigned Newlines,

Completed in 1622 milliseconds