OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LK_Proto
(Results
1 - 6
of
6
) sorted by null
/external/clang/unittests/Format/
FormatTestProto.cpp
35
FormatStyle Style = getGoogleStyle(FormatStyle::
LK_Proto
);
/external/clang/include/clang/Format/
Format.h
430
LK_Proto
/external/clang/lib/Format/
TokenAnnotator.cpp
378
Style.Language == FormatStyle::
LK_Proto
) &&
718
if (Style.Language == FormatStyle::
LK_Proto
&& Line.Level == 0 &&
[
all
...]
Format.cpp
49
IO.enumCase(Value, "Proto", FormatStyle::
LK_Proto
);
587
} else if (Language == FormatStyle::
LK_Proto
) {
[
all
...]
UnwrappedLineParser.cpp
341
if (Style.Language == FormatStyle::
LK_Proto
) {
[
all
...]
ContinuationIndenter.cpp
[
all
...]
Completed in 39 milliseconds