Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/
H A D.clang-format1 BasedOnStyle: LLVM
/freebsd-12.1/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format1 BasedOnStyle: LLVM
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1434 std::string BasedOnStyle; member
1439 BasedOnStyle == Other.BasedOnStyle;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp290 StringRef BasedOnStyle; in mapping() local
291 IO.mapOptional("BasedOnStyle", BasedOnStyle); in mapping()
292 if (!BasedOnStyle.empty()) { in mapping()
296 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) { in mapping()
297 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()
505 IO.mapOptional("BasedOnStyle", Format.BasedOnStyle); in mapping()
H A DContinuationIndenter.cpp191 if (!getPredefinedStyle(RawStringFormat.BasedOnStyle, in RawStringFormatStyleManager()