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 455 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format() 576 FallbackStyle, Code ? Code->getBuffer() : ""); in dumpConfig()
|
/freebsd/contrib/llvm-project/clang/include/clang/Format/ |
H A D | Format.h | 5434 getStyle(StringRef StyleName, StringRef FileName, StringRef FallbackStyle,
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | Format.cpp | 3988 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local 3989 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle() 4143 applyChildFormatTexts(&FallbackStyle); in getStyle() 4146 return FallbackStyle; in getStyle()
|