Home
last modified time | relevance | path

Searched refs:SpacesInContainerLiterals (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h546 bool SpacesInContainerLiterals; member
659 SpacesInContainerLiterals == R.SpacesInContainerLiterals &&
/external/clang/unittests/Format/
DFormatTestJS.cpp218 TEST_F(FormatTestJS, SpacesInContainerLiterals) { in TEST_F() argument
DFormatTest.cpp9747 CHECK_PARSE_BOOL(SpacesInContainerLiterals); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp326 Style.SpacesInContainerLiterals); in mapping()
524 LLVMStyle.SpacesInContainerLiterals = true; in getLLVMStyle()
586 GoogleStyle.SpacesInContainerLiterals = false; in getGoogleStyle()
589 GoogleStyle.SpacesInContainerLiterals = false; in getGoogleStyle()
DTokenAnnotator.cpp1922 Style.SpacesInContainerLiterals && Right.isNot(tok::r_square)) || in spaceRequiredBetween()
1927 ((Style.SpacesInContainerLiterals && in spaceRequiredBetween()
2067 return Style.SpacesInContainerLiterals; in spaceRequiredBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst621 **SpacesInContainerLiterals** (``bool``)