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

  /external/clang/include/clang/Format/
Format.h 78 bool AllowAllParametersOfDeclarationOnNextLine;
  /external/clang/lib/Format/
Format.cpp 45 LLVMStyle.AllowAllParametersOfDeclarationOnNextLine = true;
65 GoogleStyle.AllowAllParametersOfDeclarationOnNextLine = true;
76 ChromiumStyle.AllowAllParametersOfDeclarationOnNextLine = false;
602 // unless AllowAllParametersOfDeclarationOnNextLine is false.
604 (!Style.AllowAllParametersOfDeclarationOnNextLine &&
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 349 milliseconds