HomeSort by relevance Sort by last modified time
    Searched defs:FormatStyle (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/clang-format/
ClangFormat.cpp 254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle);
256 FormatStyle.SortIncludes = SortIncludes;
258 Replacements Replaces = sortIncludes(FormatStyle, Code->getBuffer(), Ranges,
266 Replacements FormatChanges = reformat(FormatStyle, ChangedCode, Ranges,
  /external/clang/include/clang/Format/
Format.h 40 /// \brief The \c FormatStyle is used to configure the formatting to follow
42 struct FormatStyle {
589 bool operator==(const FormatStyle &R) const {
670 FormatStyle getLLVMStyle();
676 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
680 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);
684 FormatStyle getMozillaStyle();
688 FormatStyle getWebKitStyle()
    [all...]

Completed in 402 milliseconds