Searched refs:PreviousLinePostfix (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Format/
H A DWhitespaceManager.h103 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces
110 unsigned NewlinesBefore, StringRef PreviousLinePostfix,
121 std::string PreviousLinePostfix; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp31 unsigned NewlinesBefore, StringRef PreviousLinePostfix,
37 PreviousLinePostfix(PreviousLinePostfix),
118 Changes[i].PreviousLinePostfix.size() +
483 std::string ReplacementText = C.PreviousLinePostfix;
28 Change( bool CreateReplacement, SourceRange OriginalWhitespaceRange, unsigned IndentLevel, int Spaces, unsigned StartOfTokenColumn, unsigned NewlinesBefore, StringRef PreviousLinePostfix, StringRef CurrentLinePrefix, tok::TokenKind Kind, bool ContinuesPPDirective, bool IsStartOfDeclName, bool IsInsideToken) argument

Completed in 66 milliseconds