Searched refs:FallbackStyle (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 69 FallbackStyle("fallback-style", variable 442 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format() 567 clang::format::getStyle(Style, FileName, FallbackStyle, in dumpConfig()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Format/ |
| H A D | Format.h | 4596 StringRef FallbackStyle,
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 3747 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local 3748 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle() 3896 applyChildFormatTexts(&FallbackStyle); in getStyle() 3899 return FallbackStyle; in getStyle()
|