Home
last modified time | relevance | path

Searched defs:FallbackStyle (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.h61 std::string FallbackStyle; variable
/external/llvm-project/clang-tools-extra/clang-change-namespace/
DChangeNamespace.h111 std::string FallbackStyle; variable
DChangeNamespace.cpp342 llvm::StringRef FallbackStyle) in ChangeNamespaceTool()
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs151 public string FallbackStyle property in LLVM.ClangFormat.OptionPageGrid
/external/llvm-project/clang-tools-extra/clang-move/
DMove.h93 std::string FallbackStyle; member
/external/clang/tools/clang-format/
DClangFormat.cpp68 FallbackStyle("fallback-style", variable
/external/llvm-project/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs162 public string FallbackStyle property in LLVM.ClangFormat.OptionPageGrid
/external/llvm-project/clang/tools/clang-format/
DClangFormat.cpp67 FallbackStyle("fallback-style", variable
/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp215 opt<std::string> FallbackStyle{ variable
/external/clang/lib/Format/
DFormat.cpp1696 StringRef FallbackStyle, vfs::FileSystem *FS) { in getStyle()
/external/llvm-project/clang/lib/Format/
DFormat.cpp2855 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local