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

  /external/clang/include/clang/Format/
Format.h 241 bool AlignAfterOpenBracket;
413 AlignAfterOpenBracket == R.AlignAfterOpenBracket &&
  /external/clang/lib/Format/
FormatToken.cpp 143 if (!Style.AlignAfterOpenBracket)
Format.cpp 173 IO.mapOptional("AlignAfterOpenBracket", Style.AlignAfterOpenBracket);
329 LLVMStyle.AlignAfterOpenBracket = true;
418 GoogleStyle.AlignAfterOpenBracket = false;
477 Style.AlignAfterOpenBracket = false;
    [all...]
ContinuationIndenter.cpp 316 if (Style.AlignAfterOpenBracket && Previous.opensScope() &&
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 78 milliseconds