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

  /external/clang/include/clang/Format/
Format.h 589 bool SpacesInContainerLiterals;
706 SpacesInContainerLiterals == R.SpacesInContainerLiterals &&
    [all...]
  /external/clang/lib/Format/
Format.cpp 349 IO.mapOptional("SpacesInContainerLiterals",
350 Style.SpacesInContainerLiterals);
553 LLVMStyle.SpacesInContainerLiterals = true;
618 GoogleStyle.SpacesInContainerLiterals = false;
623 GoogleStyle.SpacesInContainerLiterals = false;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTestJS.cpp 268 TEST_F(FormatTestJS, SpacesInContainerLiterals) {
    [all...]
FormatTest.cpp     [all...]

Completed in 327 milliseconds