clang API Documentation

clang::format::ContinuationIndenter Member List
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, SourceManager &SourceMgr, WhitespaceManager &Whitespaces, encoding::Encoding Encoding, bool BinPackInconclusiveFunctions)clang::format::ContinuationIndenter
getColumnLimit(const LineState &State) const clang::format::ContinuationIndenter
getInitialState(unsigned FirstIndent, const AnnotatedLine *Line, bool DryRun)clang::format::ContinuationIndenter
mustBreak(const LineState &State)clang::format::ContinuationIndenter