Searched defs:LineLevel (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Format/ | ||
H A D | UnwrappedLineParser.h | 216 enum class LineLevel { Remove, Keep }; global() enum |
H A D | UnwrappedLineParser.cpp | 130 CompoundStatementIndenter(UnwrappedLineParser * Parser,const FormatStyle & Style,unsigned & LineLevel) CompoundStatementIndenter() argument |