OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlignEscapedNewlinesLeft
(Results
1 - 5
of
5
) sorted by null
/external/clang/unittests/Format/
FormatTestSelective.cpp
298
Style.
AlignEscapedNewlinesLeft
= true;
440
Style.
AlignEscapedNewlinesLeft
= true;
FormatTest.cpp
[
all
...]
/external/clang/include/clang/Format/
Format.h
99
bool
AlignEscapedNewlinesLeft
;
594
AlignEscapedNewlinesLeft
== R.
AlignEscapedNewlinesLeft
&&
/external/clang/lib/Format/
WhitespaceManager.cpp
421
Style.
AlignEscapedNewlinesLeft
? 0 : Style.ColumnLimit;
430
MaxEndOfLine = Style.
AlignEscapedNewlinesLeft
? 0 : Style.ColumnLimit;
Format.cpp
231
IO.mapOptional("
AlignEscapedNewlinesLeft
", Style.
AlignEscapedNewlinesLeft
);
467
LLVMStyle.
AlignEscapedNewlinesLeft
= false;
549
GoogleStyle.
AlignEscapedNewlinesLeft
= true;
[
all
...]
Completed in 45 milliseconds