Home
last modified time | relevance | path

Searched defs:ColumnLimit (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang/unittests/Format/
H A DFormatTestBase.h64 getStyleWithColumns(FormatStyle Style,unsigned ColumnLimit) getStyleWithColumns() argument
69 getLLVMStyleWithColumns(unsigned ColumnLimit) getLLVMStyleWithColumns() argument
73 getGoogleStyleWithColumns(unsigned ColumnLimit) getGoogleStyleWithColumns() argument
77 getTextProtoStyleWithColumns(unsigned ColumnLimit) getTextProtoStyleWithColumns() argument
H A DFormatTestRawStrings.cpp48 FormatStyle getStyleWithColumns(FormatStyle Style, unsigned ColumnLimit) { in getStyleWithColumns()
53 FormatStyle getLLVMStyleWithColumns(unsigned ColumnLimit) { in getLLVMStyleWithColumns()
59 FormatStyle getRawStringPbStyleWithColumns(unsigned ColumnLimit) { in getRawStringPbStyleWithColumns()
H A DFormatTestJson.cpp55 static FormatStyle getStyleWithColumns(unsigned ColumnLimit) { in getStyleWithColumns()
H A DQualifierFixerTest.cpp448 const int ColumnLimit = Style.ColumnLimit; in TEST_F() local
756 const int ColumnLimit = Style.ColumnLimit; TEST_F() local
[all...]
H A DFormatTestJava.cpp24 static FormatStyle getStyleWithColumns(unsigned ColumnLimit) { in getStyleWithColumns()
H A DFormatTestJS.cpp42 static FormatStyle getGoogleJSStyleWithColumns(unsigned ColumnLimit) { in getGoogleJSStyleWithColumns() argument
2302 for (int ColumnLimit = 6; ColumnLimit < 13; ++ColumnLimit) { TEST_F() local
[all...]
H A DFormatTestComments.cpp710 for (int ColumnLimit = 15; ColumnLimit <= 17; ++ColumnLimit) { TEST_F() local
[all...]
H A DFormatTestCSharp.cpp42 static FormatStyle getStyleWithColumns(unsigned ColumnLimit) { in getStyleWithColumns() argument
[all...]
/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp69 unsigned ColumnLimit, unsigned TabWidth, in getCommentSplit() argument
171 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, in getStringSplit() argument
280 unsigned LineIndex, unsigned TailOffset, unsigned ColumnLimit, in getSplit() argument
420 getSplit(unsigned LineIndex,unsigned TailOffset,unsigned ColumnLimit,unsigned ContentStartColumn,const llvm::Regex & CommentPragmasRegex) const getSplit() argument
608 getSplit(unsigned LineIndex,unsigned TailOffset,unsigned ColumnLimit,unsigned ContentStartColumn,const llvm::Regex & CommentPragmasRegex) const getSplit() argument
[all...]
H A DContinuationIndenter.cpp2444 unsigned ColumnLimit = getColumnLimit(State); breakProtrudingToken() local
[all...]
H A DUnwrappedLineFormatter.cpp1395 unsigned ColumnLimit = getColumnLimit(TheLine.InPPDirective, NextLine); format() local
[all...]
H A DUnwrappedLineParser.cpp685 const auto ColumnLimit = Style.ColumnLimit; mightFitOnOneLine() local
/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp89 bool violatesColumnLimit(llvm::StringRef Code, unsigned ColumnLimit, in violatesColumnLimit() argument
107 getRangesForFormatting(llvm::StringRef Code, unsigned ColumnLimit, in getRangesForFormating() argument
/llvm-project/clang/docs/
H A DClangFormatStyleOptions.rst3509 .. _ColumnLimit: global() target in Configurable Format Style Options
[all...]
/llvm-project/clang/include/clang/Format/
H A DFormat.h2337 unsigned ColumnLimit; global() member