Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1813 llvm::Optional<FormatStyle> GetLanguageStyle(LanguageKind Language) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp188 CodeStyle.GetLanguageStyle(RawStringFormat.Language); in RawStringFormatStyleManager()
H A DFormat.cpp1068 FormatStyle::GetLanguageStyle(FormatStyle::LanguageKind Language) const { in GetLanguageStyle() function in clang::format::FormatStyle