Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/tools/clang-format/
HDClangFormat.cpp67 FallbackStyle("fallback-style", variable
381 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer()); in format()
468 clang::format::getStyle(Style, FileName, FallbackStyle, in dumpConfig()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h2410 StringRef FallbackStyle,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp2598 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local
2599 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle()
2669 return FallbackStyle; in getStyle()