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

  /external/clang/include/clang/Format/
Format.h 262 unsigned ConstructorInitializerIndentWidth;
441 ConstructorInitializerIndentWidth ==
442 R.ConstructorInitializerIndentWidth &&
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 206 IO.mapOptional("ConstructorInitializerIndentWidth",
207 Style.ConstructorInitializerIndentWidth);
350 LLVMStyle.ConstructorInitializerIndentWidth = 4;
    [all...]
ContinuationIndenter.cpp 594 return State.FirstIndent + Style.ConstructorInitializerIndentWidth;
    [all...]

Completed in 133 milliseconds