Home | History | Annotate | Download | only in clang-format

Lines Matching refs:Style

64     Style("style",
68 FallbackStyle("fallback-style",
69 cl::desc("The name of the predefined style used as a\n"
71 "-style=file, but can not find the .clang-format\n"
73 "Use -fallback-style=none to skip formatting."),
79 "filename to look for a style config file (with\n"
80 "-style=file) and to determine the language."),
93 "Can be used with -style option."),
104 "SortIncludes style flag"),
254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle);
338 Style, FileNames.empty() ? AssumeFileName : FileNames[0],