Home
last modified time | relevance | path

Searched refs:FallbackStyle (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp69 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 DFormat.h4596 StringRef FallbackStyle,
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3747 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()