Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.h54 llvm::StringRef FallbackStyle = "LLVM");
111 std::string FallbackStyle; variable
H A DChangeNamespace.cpp342 llvm::StringRef FallbackStyle) in ChangeNamespaceTool() argument
343 : FallbackStyle(FallbackStyle), FileToReplacements(*FileToReplacements), in ChangeNamespaceTool()
1009 format::getStyle(format::DefaultFormatStyle, FilePath, FallbackStyle); in onEndOfTranslationUnit()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.h61 std::string FallbackStyle; variable
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp69 FallbackStyle("fallback-style", variable
441 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format()
566 clang::format::getStyle(Style, FileName, FallbackStyle, in dumpConfig()
/llvm-project-15.0.7/clang-tools-extra/clang-move/
H A DMove.h93 std::string FallbackStyle; member
H A DMove.cpp783 Context->FallbackStyle); in removeDeclsInOldFiles()
/llvm-project-15.0.7/clang-tools-extra/clangd/tool/
H A DClangdMain.cpp235 opt<std::string> FallbackStyle{ variable
788 if (FallbackStyle.getNumOccurrences()) in main()
789 clang::format::DefaultFallbackStyle = FallbackStyle.c_str(); in main()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h4263 StringRef FallbackStyle,
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp3533 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local
3534 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle()
3682 applyChildFormatTexts(&FallbackStyle); in getStyle()
3685 return FallbackStyle; in getStyle()