OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AfterFunction
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Format/
Format.h
255
bool
AfterFunction
;
/external/clang/lib/Format/
Format.cpp
342
IO.mapOptional("
AfterFunction
", Wrapping.
AfterFunction
);
424
Expanded.BraceWrapping.
AfterFunction
= true;
430
Expanded.BraceWrapping.
AfterFunction
= true;
435
Expanded.BraceWrapping.
AfterFunction
= true;
443
Expanded.BraceWrapping.
AfterFunction
= true;
455
Expanded.BraceWrapping.
AfterFunction
= true;
[
all
...]
UnwrappedLineFormatter.cpp
202
return !Style.BraceWrapping.
AfterFunction
207
Style.BraceWrapping.
AfterFunction
) {
[
all
...]
UnwrappedLineParser.cpp
882
if (Style.BraceWrapping.
AfterFunction
)
[
all
...]
/external/clang/unittests/Format/
FormatTest.cpp
[
all
...]
Completed in 71 milliseconds