Home
last modified time | relevance | path

Searched refs:BS_Attach (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h161 BS_Attach, enumerator
/external/clang/lib/Format/
DFormat.cpp50 IO.enumCase(Value, "Attach", clang::format::FormatStyle::BS_Attach); in enumeration()
166 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach; in getLLVMStyle()
202 GoogleStyle.BreakBeforeBraces = FormatStyle::BS_Attach; in getGoogleStyle()
1739 if (Style.BreakBeforeBraces != FormatStyle::BS_Attach) in tryMergeSimpleBlock()
/external/clang/unittests/Format/
DFormatTest.cpp5663 FormatStyle::BS_Attach); in TEST_F()