Home
last modified time | relevance | path

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 DClangFormatPackage.cs162 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 DClangFormat.cpp67 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 DFormat.h3643 StringRef FallbackStyle,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2982 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()