Home
last modified time | relevance | path

Searched refs:LK_JavaScript (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2704 LK_JavaScript, enumerator
2725 bool isJavaScript() const { return Language == LK_JavaScript; } in isJavaScript()
4616 case FormatStyle::LK_JavaScript: in getLanguageName()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp54 case FormatStyle::LK_JavaScript: in process()
H A DFormat.cpp371 IO.enumCase(Value, "JavaScript", FormatStyle::LK_JavaScript); in enumeration()
1588 } else if (Language == FormatStyle::LK_JavaScript) { in getGoogleStyle()
1681 } else if (Language == FormatStyle::LK_JavaScript) { in getChromiumStyle()
3244 if (Style.Language == FormatStyle::LanguageKind::LK_JavaScript && in sortIncludes()
3248 if (Style.Language == FormatStyle::LanguageKind::LK_JavaScript) in sortIncludes()
3428 if (Expanded.Language == FormatStyle::LK_JavaScript && isMpegTS(Code)) in reformat()
3675 return FormatStyle::LK_JavaScript; // (module) JavaScript or TypeScript. in getLanguageByFileName()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3591 * ``LK_JavaScript`` (in configuration: ``JavaScript``)