Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3525 llvm::Optional<FormatStyle> GetLanguageStyle(LanguageKind Language) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp187 CodeStyle.GetLanguageStyle(RawStringFormat.Language); in RawStringFormatStyleManager()
H A DFormat.cpp1575 FormatStyle::GetLanguageStyle(FormatStyle::LanguageKind Language) const { in GetLanguageStyle() function in clang::format::FormatStyle