Searched refs:FallbackStyle (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 67 FallbackStyle("fallback-style", variable 398 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format() 501 clang::format::getStyle(Style, FileName, FallbackStyle, in dumpConfig()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 3780 StringRef FallbackStyle,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 3053 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local 3054 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle() 3180 parseConfiguration(*ChildFormatTextToApply.front(), &FallbackStyle, in getStyle() 3187 return FallbackStyle; in getStyle()
|