Home
last modified time | relevance | path

Searched refs:UnwrappedLineFormatter (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h29 class UnwrappedLineFormatter {
31 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() function
H A DUnwrappedLineFormatter.cpp686 UnwrappedLineFormatter *BlockFormatter) in LineFormatter()
779 UnwrappedLineFormatter *BlockFormatter;
788 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter()
815 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter()
839 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter()
1013 UnwrappedLineFormatter::format(const SmallVectorImpl<AnnotatedLine *> &Lines, in format()
1136 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken()
1195 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
H A DFormat.cpp1186 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile322 SRCS_EXT+= Format/UnwrappedLineFormatter.cpp