Searched refs:FallbackStyle (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs | 162 public string FallbackStyle property in LLVM.ClangFormat.OptionPageGrid 280 optionsWithNoFallbackStyle.FallbackStyle = "none"; in OnBeforeSave() 382 string fallbackStyle = options.FallbackStyle.Replace("\"", "\\\""); in RunClangFormat()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 67 FallbackStyle("fallback-style", variable 398 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format() 490 clang::format::getStyle(Style, FileName, FallbackStyle, in dumpConfig()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/ |
H A D | Format.h | 3643 StringRef FallbackStyle,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | Format.cpp | 2982 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local 2983 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle() 3109 parseConfiguration(*ChildFormatTextToApply.front(), &FallbackStyle, in getStyle() 3116 return FallbackStyle; in getStyle()
|