Searched refs:UnwrappedLineFormatter (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h1 //===--- UnwrappedLineFormatter.h - Format C++ code -------------*- C++ -*-===//
28 class UnwrappedLineFormatter { class in namespace:clang::format
30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, function in class:clang::format::UnwrappedLineFormatter
H A DUnwrappedLineFormatter.cpp1 //===--- UnwrappedLineFormatter.cpp - Format C++ code ---------------------===//
9 #include "UnwrappedLineFormatter.h"
743 UnwrappedLineFormatter *BlockFormatter)
773 /// \c UnwrappedLineFormatter, where we only have two options for each token:
834 UnwrappedLineFormatter *BlockFormatter;
843 UnwrappedLineFormatter *BlockFormatter)
870 UnwrappedLineFormatter *BlockFormatter)
894 UnwrappedLineFormatter *BlockFormatter)
1067 unsigned UnwrappedLineFormatter::format(
1190 void UnwrappedLineFormatter
[all...]
/freebsd-11-stable/lib/clang/libclang/
H A DMakefile357 SRCS_EXT+= Format/UnwrappedLineFormatter.cpp

Completed in 62 milliseconds