HomeSort by relevance Sort by last modified time
    Searched refs:LK_JavaScript (Results 1 - 7 of 7) 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)) {
126 getChromiumStyle(FormatStyle::LK_JavaScript));
FormatTest.cpp     [all...]
  /external/clang/include/clang/Format/
Format.h 51 LK_JavaScript,
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 443 Style.Language == FormatStyle::LK_JavaScript && IsGoogScope(*Line);
775 if (Style.Language == FormatStyle::LK_JavaScript && Text == "function" &&
949 if (Style.Language == FormatStyle::LK_JavaScript &&
    [all...]
Format.cpp 44 IO.enumCase(Value, "JavaScript", FormatStyle::LK_JavaScript);
388 if (Language == FormatStyle::LK_JavaScript) {
    [all...]
ContinuationIndenter.cpp 118 if (Style.Language == FormatStyle::LK_JavaScript &&
433 bool JavaScriptFormat = Style.Language == FormatStyle::LK_JavaScript &&
630 if (Style.Language == FormatStyle::LK_JavaScript) {
    [all...]
TokenAnnotator.cpp 334 (Style.Language == FormatStyle::LK_JavaScript &&
    [all...]

Completed in 271 milliseconds