Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp67 FallbackStyle("fallback-style", variable
267 getStyle(Style, AssumedFileName, FallbackStyle, Code->getBuffer()); in format()
381 clang::format::getStyle(Style, FileName, FallbackStyle, in main()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h2041 StringRef FallbackStyle,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2345 FormatStyle FallbackStyle = getNoStyle(); in getStyle() local
2346 if (!getPredefinedStyle(FallbackStyleName, Style.Language, &FallbackStyle)) in getStyle()
2420 return FallbackStyle; in getStyle()