OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LK_Java
(Results
1 - 7
of
7
) sorted by null
/external/clang/unittests/Format/
FormatTestJava.cpp
36
const FormatStyle &Style = getGoogleStyle(FormatStyle::
LK_Java
)) {
41
FormatStyle Style = getGoogleStyle(FormatStyle::
LK_Java
);
48
const FormatStyle &Style = getGoogleStyle(FormatStyle::
LK_Java
)) {
86
getChromiumStyle(FormatStyle::
LK_Java
));
282
getChromiumStyle(FormatStyle::
LK_Java
));
/external/clang/lib/Format/
UnwrappedLineParser.cpp
727
if (Style.Language == FormatStyle::
LK_Java
||
833
if (Style.Language == FormatStyle::
LK_Java
||
842
if (Style.Language == FormatStyle::
LK_Java
&& FormatTok &&
910
Style.Language == FormatStyle::
LK_Java
) &&
[
all
...]
TokenAnnotator.cpp
61
if (Style.Language == FormatStyle::
LK_Java
&&
74
Style.Language == FormatStyle::
LK_Java
) {
698
if ((Style.Language == FormatStyle::
LK_Java
&&
863
Contexts.back().IsExpression = Style.Language == FormatStyle::
LK_Java
;
[
all
...]
Format.cpp
47
IO.enumCase(Value, "Java", FormatStyle::
LK_Java
);
568
if (Language == FormatStyle::
LK_Java
) {
597
if (Language == FormatStyle::
LK_Java
) {
[
all
...]
ContinuationIndenter.cpp
350
if (Current.is(TT_LambdaArrow) && Style.Language == FormatStyle::
LK_Java
)
569
if (Style.Language == FormatStyle::
LK_Java
&&
[
all
...]