Searched refs:FallbackStyle (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/ |
| HD | ClangFormat.cpp | 67 FallbackStyle("fallback-style", variable 381 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer()); in format() 468 clang::format::getStyle(Style, FileName, FallbackStyle, in dumpConfig()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/ |
| HD | Format.h | 2410 StringRef FallbackStyle,
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Format/ |
| HD | Format.cpp | 2598 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local 2599 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle() 2669 return FallbackStyle; in getStyle()
|