OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlignEscapedNewlinesLeft
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Format/
Format.h
226
bool
AlignEscapedNewlinesLeft
;
363
AlignEscapedNewlinesLeft
== R.
AlignEscapedNewlinesLeft
&&
/external/clang/lib/Format/
WhitespaceManager.cpp
231
Style.
AlignEscapedNewlinesLeft
? 0 : Style.ColumnLimit;
240
MaxEndOfLine = Style.
AlignEscapedNewlinesLeft
? 0 : Style.ColumnLimit;
Format.cpp
164
IO.mapOptional("
AlignEscapedNewlinesLeft
", Style.
AlignEscapedNewlinesLeft
);
307
LLVMStyle.
AlignEscapedNewlinesLeft
= false;
370
GoogleStyle.
AlignEscapedNewlinesLeft
= true;
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 405 milliseconds