Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h301 bool SpacesInParentheses; member
407 UseTab == R.UseTab && SpacesInParentheses == R.SpacesInParentheses &&
/external/clang/unittests/Format/
DFormatTest.cpp7551 Spaces.SpacesInParentheses = true; in TEST_F()
7569 Spaces.SpacesInParentheses = false; in TEST_F()
7579 Spaces.SpacesInParentheses = false; in TEST_F()
7588 Spaces.SpacesInParentheses = false, in TEST_F()
8131 CHECK_PARSE_BOOL(SpacesInParentheses); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst374 **SpacesInParentheses** (``bool``)
/external/clang/lib/Format/
DFormat.cpp223 IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses); in mapping()
345 LLVMStyle.SpacesInParentheses = false; in getLLVMStyle()
DTokenAnnotator.cpp1475 : Style.SpacesInParentheses; in spaceRequiredBetween()