Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h361 bool SpacesInContainerLiterals; member
469 SpacesInContainerLiterals == R.SpacesInContainerLiterals &&
/external/clang/unittests/Format/
DFormatTestJS.cpp176 TEST_F(FormatTestJS, SpacesInContainerLiterals) { in TEST_F() argument
DFormatTest.cpp8931 CHECK_PARSE_BOOL(SpacesInContainerLiterals); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp250 Style.SpacesInContainerLiterals); in mapping()
375 LLVMStyle.SpacesInContainerLiterals = true; in getLLVMStyle()
431 GoogleStyle.SpacesInContainerLiterals = false; in getGoogleStyle()
436 GoogleStyle.SpacesInContainerLiterals = false; in getGoogleStyle()
DTokenAnnotator.cpp1711 Style.SpacesInContainerLiterals && Right.isNot(tok::r_square)) || in spaceRequiredBetween()
1716 ((Style.SpacesInContainerLiterals && in spaceRequiredBetween()
1846 (Right.isNot(TT_DictLiteral) || Style.SpacesInContainerLiterals); in spaceRequiredBefore()
/external/clang/docs/
DClangFormatStyleOptions.rst473 **SpacesInContainerLiterals** (``bool``)