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 361 bool SpacesInContainerLiterals;
469 SpacesInContainerLiterals == R.SpacesInContainerLiterals &&
  /external/clang/unittests/Format/
FormatTestJS.cpp 176 TEST_F(FormatTestJS, SpacesInContainerLiterals) {
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 249 IO.mapOptional("SpacesInContainerLiterals",
250 Style.SpacesInContainerLiterals);
375 LLVMStyle.SpacesInContainerLiterals = true;
431 GoogleStyle.SpacesInContainerLiterals = false;
436 GoogleStyle.SpacesInContainerLiterals = false;
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 95 milliseconds