HomeSort by: relevance | last modified time | path
    Searched refs:FormatStyleSet (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 3397 struct FormatStyleSet {
3402 // Adds \p Style to this FormatStyleSet. Style must not have an associated
3403 // FormatStyleSet.
3404 // Style.Language should be different than LK_None. If this FormatStyleSet
3409 // Clears this FormatStyleSet.
3416 static FormatStyleSet BuildStyleSetFromConfiguration(
3421 FormatStyleSet StyleSet;
3478 /// The FormatStyleSet of Style is reset.
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 1467 FormatStyle::FormatStyleSet StyleSet;
1503 FormatStyle::FormatStyleSet::Get(FormatStyle::LanguageKind Language) const {
1514 void FormatStyle::FormatStyleSet::Add(FormatStyle Style) {
1525 void FormatStyle::FormatStyleSet::Clear() { Styles.reset(); }

Completed in 92 milliseconds