Searched refs:FallbackStyle (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 67 FallbackStyle("fallback-style", variable 267 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer()); in format() 381 clang::format::getStyle(Style, FileName, FallbackStyle, in main()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/ |
| H A D | Format.h | 2041 StringRef FallbackStyle,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Format/ |
| H A D | Format.cpp | 2345 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local 2346 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle() 2420 return FallbackStyle; in getStyle()
|