HomeSort by: relevance | last modified time | path
    Searched refs:FallbackStyle (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
ClangFormatPackage.cs 36 private string fallbackStyle = "LLVM";
162 public string FallbackStyle
164 get { return fallbackStyle; }
165 set { fallbackStyle = value; }
280 optionsWithNoFallbackStyle.FallbackStyle = "none";
382 string fallbackStyle = options.FallbackStyle.Replace("\"", "\\\"");
387 " -fallback-style \"" + fallbackStyle + "\"";
  /src/external/apache2/llvm/dist/clang/tools/clang-format/
ClangFormat.cpp 67 FallbackStyle("fallback-style",
398 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(),
490 clang::format::getStyle(Style, FileName, FallbackStyle,
  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 3629 /// \param[in] FallbackStyle The name of a predefined style used to fallback to
3640 /// "file" and no file is found, returns ``FallbackStyle``. If no style could be
3643 StringRef FallbackStyle,
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 2982 FormatStyle FallbackStyle = getNoStyle();
2983 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle))
3109 parseConfiguration(*ChildFormatTextToApply.front(), &FallbackStyle,
3116 return FallbackStyle;

Completed in 28 milliseconds