HomeSort by relevance Sort by last modified time
    Searched refs:LK_JavaScript (Results 1 - 8 of 8) sorted by null

  /external/clang/unittests/Format/
FormatTestJS.cpp 36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
186 getChromiumStyle(FormatStyle::LK_JavaScript));
313 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
UnwrappedLineFormatter.h 81 Style.Language == FormatStyle::LK_JavaScript)
UnwrappedLineParser.cpp 459 Style.Language == FormatStyle::LK_JavaScript && isGoogScope(*Line);
700 Style.Language == FormatStyle::LK_JavaScript)
741 if (Style.Language == FormatStyle::LK_JavaScript) {
751 if (Style.Language == FormatStyle::LK_JavaScript &&
839 if (Style.Language == FormatStyle::LK_JavaScript && Text == "function" &&
848 Style.Language != FormatStyle::LK_JavaScript) {
1021 if (Style.Language == FormatStyle::LK_JavaScript &&
1045 if (Style.Language == FormatStyle::LK_JavaScript) {
1103 if (Style.Language == FormatStyle::LK_JavaScript &&
    [all...]
TokenAnnotator.cpp 354 Style.Language == FormatStyle::LK_JavaScript)
367 (Style.Language == FormatStyle::LK_JavaScript &&
420 if (Style.Language == FormatStyle::LK_JavaScript) {
531 if (Style.Language == FormatStyle::LK_JavaScript && Tok->Next &&
692 return Style.Language == FormatStyle::LK_JavaScript &&
    [all...]
Format.cpp 46 IO.enumCase(Value, "JavaScript", FormatStyle::LK_JavaScript);
428 } else if (Language == FormatStyle::LK_JavaScript) {
637 if (Style.Language == FormatStyle::LK_JavaScript) {
    [all...]
ContinuationIndenter.cpp     [all...]
  /external/clang/include/clang/Format/
Format.h 54 LK_JavaScript,

Completed in 865 milliseconds