Searched refs:BasedOnStyle (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1926 std::string BasedOnStyle; member in struct:clang::format::FormatStyle::RawStringFormat
1931 BasedOnStyle == Other.BasedOnStyle;
1942 /// predefined style given by 'BasedOnStyle' is used. If 'BasedOnStyle' is not
1962 /// BasedOnStyle: google
1967 /// BasedOnStyle: llvm
2495 /// Style->Language is used to get the base style, if the ``BasedOnStyle``
2500 /// When ``BasedOnStyle`` is not present, options not present in the YAML
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp383 IO.mapOptional("# BasedOnStyle", StyleName);
388 StringRef BasedOnStyle; local
389 IO.mapOptional("BasedOnStyle", BasedOnStyle);
390 if (!BasedOnStyle.empty()) {
394 if (!getPredefinedStyle(BasedOnStyle, Language, &Style)) {
395 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle));
636 IO.mapOptional("BasedOnStyle", Format.BasedOnStyle);
[all...]
H A DContinuationIndenter.cpp190 if (!getPredefinedStyle(RawStringFormat.BasedOnStyle,

Completed in 168 milliseconds