Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h595 bool SpacesInParentheses; member
708 SpacesInParentheses == R.SpacesInParentheses &&
/external/jsoncpp/
D.clang-format39 SpacesInParentheses: false
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format50 SpacesInParentheses: false
/external/libvpx/libvpx/
D.clang-format88 SpacesInParentheses: false
/external/skia/
D.clang-format98 SpacesInParentheses: false
/external/clang/unittests/Format/
DFormatTest.cpp5654 Spaces.SpacesInParentheses = true; in TEST_F()
8955 Spaces.SpacesInParentheses = true; in TEST_F()
8982 Spaces.SpacesInParentheses = false; in TEST_F()
8993 Spaces.SpacesInParentheses = false; in TEST_F()
10180 CHECK_PARSE_BOOL(SpacesInParentheses); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp353 IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses); in mapping()
550 LLVMStyle.SpacesInParentheses = false; in getLLVMStyle()
DTokenAnnotator.cpp1983 : Style.SpacesInParentheses; in spaceRequiredBetween()
/external/clang/docs/
DClangFormatStyleOptions.rst718 **SpacesInParentheses** (``bool``)