Searched refs:FallbackStyle (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 70 FallbackStyle("fallback-style", variable 448 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format() 572 FallbackStyle, Code ? Code->getBuffer() : ""); in dumpConfig()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 5784 getStyle(StringRef StyleName, StringRef FileName, StringRef FallbackStyle,
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 4230 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local 4231 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle() 4387 applyChildFormatTexts(&FallbackStyle); in getStyle() 4390 return FallbackStyle; in getStyle()
|