Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h552 bool SpacesInParentheses; member
661 SpacesInParentheses == R.SpacesInParentheses &&
/external/jsoncpp/
D.clang-format39 SpacesInParentheses: false
/external/clang/unittests/Format/
DFormatTest.cpp5488 Spaces.SpacesInParentheses = true; in TEST_F()
8521 Spaces.SpacesInParentheses = true; in TEST_F()
8548 Spaces.SpacesInParentheses = false; in TEST_F()
8559 Spaces.SpacesInParentheses = false, Spaces.SpaceInEmptyParentheses = true; in TEST_F()
9743 CHECK_PARSE_BOOL(SpacesInParentheses); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp329 IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses); in mapping()
521 LLVMStyle.SpacesInParentheses = false; in getLLVMStyle()
DTokenAnnotator.cpp1871 : Style.SpacesInParentheses; in spaceRequiredBetween()
/external/clang/docs/
DClangFormatStyleOptions.rst625 **SpacesInParentheses** (``bool``)