Home
last modified time | relevance | path

Searched refs:BasedOnStyle (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/libcbor/
H A D.clang-format3 # BasedOnStyle: Google
109 BasedOnStyle: google
125 BasedOnStyle: google
/freebsd-13.1/contrib/llvm-project/lld/
H A D.clang-format1 BasedOnStyle: LLVM
/freebsd-13.1/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format1 BasedOnStyle: LLVM
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2780 std::string BasedOnStyle; member
2785 BasedOnStyle == Other.BasedOnStyle;
/freebsd-13.1/
H A D.clang-format4 BasedOnStyle: WebKit
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp515 StringRef BasedOnStyle; in mapping() local
516 IO.mapOptional("BasedOnStyle", BasedOnStyle); in mapping()
517 if (!BasedOnStyle.empty()) { in mapping()
521 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) { in mapping()
522 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()
790 IO.mapOptional("BasedOnStyle", Format.BasedOnStyle); in mapping()
H A DContinuationIndenter.cpp190 if (!getPredefinedStyle(RawStringFormat.BasedOnStyle, in RawStringFormatStyleManager()