Home
last modified time | relevance | path

Searched refs:SpacesInParentheses (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h347 bool SpacesInParentheses; member
465 UseTab == R.UseTab && SpacesInParentheses == R.SpacesInParentheses &&
/external/clang/unittests/Format/
DFormatTest.cpp5263 Spaces.SpacesInParentheses = true; in TEST_F()
8243 Spaces.SpacesInParentheses = true; in TEST_F()
8263 Spaces.SpacesInParentheses = false; in TEST_F()
8274 Spaces.SpacesInParentheses = false, in TEST_F()
8927 CHECK_PARSE_BOOL(SpacesInParentheses); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp242 IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses); in mapping()
372 LLVMStyle.SpacesInParentheses = false; in getLLVMStyle()
DTokenAnnotator.cpp1663 : Style.SpacesInParentheses; in spaceRequiredBetween()
/external/clang/docs/
DClangFormatStyleOptions.rst477 **SpacesInParentheses** (``bool``)