Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp67 FallbackStyle("fallback-style", variable
398 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer(), in format()
501 clang::format::getStyle(Style, FileName, FallbackStyle, in dumpConfig()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3780 StringRef FallbackStyle,
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3053 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local
3054 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle()
3180 parseConfiguration(*ChildFormatTextToApply.front(), &FallbackStyle, in getStyle()
3187 return FallbackStyle; in getStyle()