Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp73 cl::init(clang::format::DefaultFallbackStyle),
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3750 extern const char *DefaultFallbackStyle;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3042 const char *DefaultFallbackStyle = "LLVM"; variable