Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h28 class UnwrappedLineFormatter {
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() function
H A DUnwrappedLineFormatter.cpp988 UnwrappedLineFormatter *BlockFormatter) in LineFormatter()
1085 UnwrappedLineFormatter *BlockFormatter;
1094 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter()
1121 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter()
1145 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter()
1323 unsigned UnwrappedLineFormatter::format( in format()
1541 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken()
1582 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
H A DFormat.cpp2414 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile440 SRCS_EXT+= Format/UnwrappedLineFormatter.cpp