Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3388 llvm::Optional<FormatStyle> GetLanguageStyle(LanguageKind Language) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp187 CodeStyle.GetLanguageStyle(RawStringFormat.Language); in RawStringFormatStyleManager()
H A DFormat.cpp1528 FormatStyle::GetLanguageStyle(FormatStyle::LanguageKind Language) const { in GetLanguageStyle() function in clang::format::FormatStyle