clang 20.0.0git
|
This is the complete list of members for clang::format::ContinuationIndenter, including all inherited members.
addTokenToState(LineState &State, bool Newline, bool DryRun, unsigned ExtraSpaces=0) | clang::format::ContinuationIndenter | |
canBreak(const LineState &State) | clang::format::ContinuationIndenter | |
ContinuationIndenter(const FormatStyle &Style, const AdditionalKeywords &Keywords, const SourceManager &SourceMgr, WhitespaceManager &Whitespaces, encoding::Encoding Encoding, bool BinPackInconclusiveFunctions) | clang::format::ContinuationIndenter | |
getColumnLimit(const LineState &State) const | clang::format::ContinuationIndenter | |
getInitialState(unsigned FirstIndent, unsigned FirstStartColumn, const AnnotatedLine *Line, bool DryRun) | clang::format::ContinuationIndenter | |
mustBreak(const LineState &State) | clang::format::ContinuationIndenter |