Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h26 class UnwrappedLineFormatter {
28 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() function
H A DUnwrappedLineFormatter.cpp1055 UnwrappedLineFormatter *BlockFormatter) in LineFormatter()
1152 UnwrappedLineFormatter *BlockFormatter;
1161 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter()
1188 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter()
1212 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter()
1390 unsigned UnwrappedLineFormatter::format( in format()
1627 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken()
1668 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
H A DFormat.cpp2616 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
/freebsd/lib/clang/libclang/
H A DMakefile474 SRCS_MIN+= Format/UnwrappedLineFormatter.cpp