Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2694 enum LanguageKind : int8_t { enum
2731 LanguageKind Language;
3123 LanguageKind Language;
4328 std::optional<FormatStyle> GetLanguageStyle(LanguageKind Language) const;
4338 typedef std::map<FormatStyle::LanguageKind, FormatStyle> MapType;
4340 std::optional<FormatStyle> Get(FormatStyle::LanguageKind Language) const;
4373 FormatStyle::LanguageKind Language = FormatStyle::LanguageKind::LK_Cpp);
4379 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
4383 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
4399 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language);
[all …]
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp367 template <> struct ScalarEnumerationTraits<FormatStyle::LanguageKind> {
368 static void enumeration(IO &IO, FormatStyle::LanguageKind &Value) { in enumeration()
784 FormatStyle::LanguageKind OldLanguage = Style.Language; in mapping()
785 FormatStyle::LanguageKind Language = in mapping()
1297 FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) { in getLLVMStyle()
1496 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle()
1637 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language) { in getChromiumStyle()
1762 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language) { in getMicrosoftStyle()
1800 bool getPredefinedStyle(StringRef Name, FormatStyle::LanguageKind Language, in getPredefinedStyle()
1864 FormatStyle::LanguageKind Language = Style->Language; in parseConfiguration()
[all …]
H A DContinuationIndenter.cpp180 FormatStyle::LanguageKind Language) { in getCanonicalRawStringDelimiter()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3574 **Language** (``LanguageKind``) :versionbadge:`clang-format 3.5` :ref:`¶ <Language>`