Searched refs:StyleSet (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1284 Style->StyleSet.Clear();
1313 FormatStyle::FormatStyleSet StyleSet; local
1317 StyleSet.Add(Styles[i]);
1326 StyleSet.Add(std::move(DefaultStyle));
1328 *Style = *StyleSet.Get(Language);
1356 Style.StyleSet = *this;
1362 "Cannot add a style for LK_None to a StyleSet");
1364 !Style.StyleSet.Styles &&
1365 "Cannot add a style associated with an existing StyleSet to a StyleSet");
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2415 // StyleSet. A FormatStyle instance returned by the Get method has its
2416 // StyleSet set to a copy of the originating StyleSet, effectively keeping the
2417 // internal representation of that StyleSet alive.
2445 FormatStyleSet StyleSet; member in struct:clang::format::FormatStyle

Completed in 137 milliseconds