OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LK_JavaScript
(Results
1 - 8
of
8
) sorted by null
/external/clang/unittests/Format/
FormatTestJS.cpp
39
const FormatStyle &Style = getGoogleStyle(FormatStyle::
LK_JavaScript
)) {
44
FormatStyle Style = getGoogleStyle(FormatStyle::
LK_JavaScript
);
51
const FormatStyle &Style = getGoogleStyle(FormatStyle::
LK_JavaScript
)) {
228
getChromiumStyle(FormatStyle::
LK_JavaScript
));
403
FormatStyle Style = getGoogleStyle(FormatStyle::
LK_JavaScript
);
[
all
...]
FormatTest.cpp
[
all
...]
/external/clang/lib/Format/
UnwrappedLineParser.cpp
258
!Line->InPPDirective && Style.Language != FormatStyle::
LK_JavaScript
;
475
Style.Language == FormatStyle::
LK_JavaScript
&& isGoogScope(*Line);
728
Style.Language == FormatStyle::
LK_JavaScript
)
769
if (Style.Language == FormatStyle::
LK_JavaScript
) {
784
if (Style.Language == FormatStyle::
LK_JavaScript
&&
834
Style.Language == FormatStyle::
LK_JavaScript
) {
845
if (Style.Language == FormatStyle::
LK_JavaScript
&& FormatTok &&
904
if (Style.Language == FormatStyle::
LK_JavaScript
&&
909
if ((Style.Language == FormatStyle::
LK_JavaScript
||
922
Style.Language != FormatStyle::
LK_JavaScript
) {
[
all
...]
TokenAnnotator.cpp
279
} else if (Style.Language == FormatStyle::
LK_JavaScript
&& Parent &&
382
Style.Language == FormatStyle::
LK_JavaScript
)
444
if (Style.Language == FormatStyle::
LK_JavaScript
) {
573
if (Style.Language == FormatStyle::
LK_JavaScript
&& Tok->Next &&
586
Style.Language == FormatStyle::
LK_JavaScript
)
754
return Style.Language == FormatStyle::
LK_JavaScript
&&
[
all
...]
Format.cpp
48
IO.enumCase(Value, "JavaScript", FormatStyle::
LK_JavaScript
);
579
} else if (Language == FormatStyle::
LK_JavaScript
) {
[
all
...]
ContinuationIndenter.cpp
447
if (Style.Language != FormatStyle::
LK_JavaScript
||
[
all
...]
UnwrappedLineFormatter.cpp
89
Style.Language == FormatStyle::
LK_JavaScript
)
[
all
...]
/external/clang/include/clang/Format/
Format.h
427
LK_JavaScript
,
Completed in 2827 milliseconds