Lines Matching defs:Style
439 static FormatStyle expandPresets(const FormatStyle &Style) { in expandPresets()
671 FormatStyle Style = getLLVMStyle(); in getWebKitStyle() local
691 FormatStyle Style = getLLVMStyle(); in getGNUStyle() local
712 FormatStyle *Style) { in getPredefinedStyle()
735 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { in parseConfiguration()
781 std::string configurationAsText(const FormatStyle &Style) { in configurationAsText()
796 Formatter(const Environment &Env, const FormatStyle &Style, in Formatter()
986 Cleaner(const Environment &Env, const FormatStyle &Style) in Cleaner()
1216 static void sortCppIncludes(const FormatStyle &Style, in sortCppIncludes()
1270 IncludeCategoryManager(const FormatStyle &Style, StringRef FileName) in IncludeCategoryManager()
1311 const FormatStyle &Style; member in clang::format::__anon9398d3e40511::IncludeCategoryManager
1323 tooling::Replacements sortCppIncludes(const FormatStyle &Style, StringRef Code, in sortCppIncludes()
1383 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes()
1399 const FormatStyle &Style) { in processReplacements()
1418 const FormatStyle &Style) { in formatReplacements()
1433 auto Reformat = [](const FormatStyle &Style, StringRef Code, in formatReplacements()
1435 StringRef FileName) -> tooling::Replacements { in formatReplacements()
1469 const FormatStyle &Style) { in getOffsetAfterHeaderGuardsAndComments()
1496 const FormatStyle &Style) { in fixCppIncludeInsertions()
1600 const FormatStyle &Style) { in cleanupAroundReplacements()
1614 tooling::Replacements reformat(const FormatStyle &Style, SourceManager &SM, in reformat()
1626 tooling::Replacements reformat(const FormatStyle &Style, StringRef Code, in reformat()
1639 tooling::Replacements cleanup(const FormatStyle &Style, SourceManager &SM, in cleanup()
1646 tooling::Replacements cleanup(const FormatStyle &Style, StringRef Code, in cleanup()
1655 LangOptions getFormattingLangOpts(const FormatStyle &Style) { in getFormattingLangOpts()
1700 FormatStyle Style = getLLVMStyle(); in getStyle() local