OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ColumnLimit
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
ContinuationIndenter.cpp
197
LanguageStyle->
ColumnLimit
= CodeStyle.
ColumnLimit
;
380
Style.
ColumnLimit
> 0 &&
395
Style.
ColumnLimit
!= 0))
409
if (Current.isMemberAccess() && Style.
ColumnLimit
!= 0 &&
410
State.Column + getLengthToNextOperator(Current) > Style.
ColumnLimit
&&
505
// into the
ColumnLimit
, they are checked here in the ContinuationIndenter.
506
if (Style.
ColumnLimit
!= 0 && Previous.is(BK_Block) &&
782
(State.Column <= Style.
ColumnLimit
/ 3 ||
1515
if (Style.
ColumnLimit
) {
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h
1795
unsigned
ColumnLimit
;
2537
/// items into as few lines as possible when they go over ``
ColumnLimit
``.
2542
/// whenever they go over ``
ColumnLimit
``.
2546
/// ``
ColumnLimit
``.
2549
/// onto individual lines whenever they go over ``
ColumnLimit
``.
3290
ColumnLimit
== R.
ColumnLimit
&& CommentPragmas == R.CommentPragmas &&
Completed in 18 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026