Home
last modified time | relevance | path

Searched refs:FallbackStyle (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp70 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 DFormat.h5434 getStyle(StringRef StyleName, StringRef FileName, StringRef FallbackStyle,
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3988 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()