Searched refs:FallbackStyle (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.h | 54 llvm::StringRef FallbackStyle = "LLVM"); 111 std::string FallbackStyle; variable
|
| H A D | ChangeNamespace.cpp | 342 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 D | ClangFormatPackage.cs | 162 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 D | IncludeFixer.h | 61 std::string FallbackStyle; variable
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 69 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 D | Move.h | 93 std::string FallbackStyle; member
|
| H A D | Move.cpp | 783 Context->FallbackStyle); in removeDeclsInOldFiles()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | ClangdMain.cpp | 235 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 D | Format.h | 4263 StringRef FallbackStyle,
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Format.cpp | 3533 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()
|