Searched defs:FormatStyle (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Format/
H A DFormat.h39 /// \brief The \c FormatStyle is used to configure the formatting to follow
41 struct FormatStyle { struct in namespace:clang::format
359 bool operator==(const FormatStyle &R) const {
422 FormatStyle getLLVMStyle();
428 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
432 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
436 FormatStyle getMozillaStyle();
440 FormatStyle getWebKitStyl
[all...]

Completed in 239 milliseconds