Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3995 llvm::Optional<FormatStyle> GetLanguageStyle(LanguageKind Language) const;
/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp190 CodeStyle.GetLanguageStyle(RawStringFormat.Language); in RawStringFormatStyleManager()
H A DFormat.cpp1827 FormatStyle::GetLanguageStyle(FormatStyle::LanguageKind Language) const { in GetLanguageStyle() function in clang::format::FormatStyle