Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp70 FallbackStyle("fallback-style", variable
444 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format()
568 FallbackStyle, Code ? Code->getBuffer() : ""); in dumpConfig()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5193 StringRef FallbackStyle,
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3939 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local
3940 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle()
4092 applyChildFormatTexts(&FallbackStyle); in getStyle()
4095 return FallbackStyle; in getStyle()