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

  /external/clang/include/clang/Format/
Format.h 314 BS_Attach,
  /external/clang/lib/Format/
UnwrappedLineFormatter.cpp 76 return Style.BreakBeforeBraces == FormatStyle::BS_Attach
81 Style.BreakBeforeBraces != FormatStyle::BS_Attach) {
Format.cpp 94 IO.enumCase(Value, "Attach", FormatStyle::BS_Attach);
345 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
    [all...]
UnwrappedLineParser.cpp 821 if (Style.BreakBeforeBraces != FormatStyle::BS_Attach)
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 120 milliseconds