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

  /external/clang/lib/Format/
WhitespaceManager.h 104 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces
111 unsigned NewlinesBefore, StringRef PreviousLinePostfix,
121 std::string PreviousLinePostfix;
WhitespaceManager.cpp 31 unsigned NewlinesBefore, StringRef PreviousLinePostfix,
36 PreviousLinePostfix(PreviousLinePostfix),
110 Changes[i].PreviousLinePostfix.size() +
266 std::string ReplacementText = C.PreviousLinePostfix;

Completed in 931 milliseconds