HomeSort by relevance Sort by last modified time
    Searched refs:BS_Custom (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Format/
Format.h 244 BS_Custom
278 /// If ``BreakBeforeBraces`` is set to ``BS_Custom``, use this to specify how
    [all...]
  /external/clang/lib/Format/
Format.cpp 121 IO.enumCase(Value, "Custom", FormatStyle::BS_Custom);
440 if (Style.BreakBeforeBraces == FormatStyle::BS_Custom)
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 375 milliseconds