Home
last modified time | relevance | path

Searched refs:GetLanguageStyle (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4328 std::optional<FormatStyle> GetLanguageStyle(LanguageKind Language) const;
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp191 CodeStyle.GetLanguageStyle(RawStringFormat.Language); in RawStringFormatStyleManager()
H A DFormat.cpp1965 FormatStyle::GetLanguageStyle(FormatStyle::LanguageKind Language) const { in GetLanguageStyle() function in clang::format::FormatStyle