Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h28 class UnwrappedLineFormatter {
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() function
H A DUnwrappedLineFormatter.cpp783 UnwrappedLineFormatter *BlockFormatter) in LineFormatter()
887 UnwrappedLineFormatter *BlockFormatter;
896 UnwrappedLineFormatter *BlockFormatter) in NoColumnLimitLineFormatter()
923 UnwrappedLineFormatter *BlockFormatter) in NoLineBreakFormatter()
947 UnwrappedLineFormatter *BlockFormatter) in OptimizingLineFormatter()
1120 unsigned UnwrappedLineFormatter::format( in format()
1245 void UnwrappedLineFormatter::formatFirstToken( in formatFirstToken()
1351 UnwrappedLineFormatter::getColumnLimit(bool InPPDirective, in getColumnLimit()
H A DFormat.cpp1697 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile376 SRCS_EXT+= Format/UnwrappedLineFormatter.cpp