Home
last modified time | relevance | path

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

/external/clang/tools/clang-format/
DClangFormat.cpp68 FallbackStyle("fallback-style", variable
254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle); in format()
342 FallbackStyle)); in main()
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs151 public string FallbackStyle property in LLVM.ClangFormat.OptionPageGrid
343 return page.FallbackStyle; in GetFallbackStyle()
/external/clang/lib/Format/
DFormat.cpp1696 StringRef FallbackStyle, vfs::FileSystem *FS) { in getStyle() argument
1702 if (!getPredefinedStyle(FallbackStyle, Style.Language, &Style)) { in getStyle()
1703 llvm::errs() << "Invalid fallback style \"" << FallbackStyle in getStyle()
1712 << FallbackStyle << " style\n"; in getStyle()
1719 llvm::errs() << "Invalid value for -style, using " << FallbackStyle in getStyle()
/external/clang/include/clang/Format/
DFormat.h861 StringRef FallbackStyle, vfs::FileSystem *FS = nullptr);