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 546 bool SpacesInContainerLiterals;
659 SpacesInContainerLiterals == R.SpacesInContainerLiterals &&
  /external/clang/unittests/Format/
FormatTestJS.cpp 218 TEST_F(FormatTestJS, SpacesInContainerLiterals) {
    [all...]
FormatTest.cpp     [all...]
  /external/clang/lib/Format/
Format.cpp 325 IO.mapOptional("SpacesInContainerLiterals",
326 Style.SpacesInContainerLiterals);
524 LLVMStyle.SpacesInContainerLiterals = true;
586 GoogleStyle.SpacesInContainerLiterals = false;
589 GoogleStyle.SpacesInContainerLiterals = false;
    [all...]
TokenAnnotator.cpp     [all...]

Completed in 46 milliseconds