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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h104 /// \p PreviousLinePostfix, \p NewlinesBefore line breaks, \p Spaces spaces
112 StringRef PreviousLinePostfix, StringRef CurrentLinePrefix,
127 std::string PreviousLinePostfix; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp32 StringRef PreviousLinePostfix,
38 PreviousLinePostfix(PreviousLinePostfix),
152 Changes[i].PreviousLinePostfix.size() +
864 std::string ReplacementText = C.PreviousLinePostfix;
27 Change(const FormatToken &Tok, bool CreateReplacement, SourceRange OriginalWhitespaceRange, int Spaces, unsigned StartOfTokenColumn, unsigned NewlinesBefore, StringRef PreviousLinePostfix, StringRef CurrentLinePrefix, bool IsAligned, bool ContinuesPPDirective, bool IsInsideToken) argument

Completed in 114 milliseconds