Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h592 bool SpacesInCStyleCastParentheses; member
707 SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
/external/jsoncpp/
D.clang-format42 SpacesInCStyleCastParentheses: false
/external/mesa3d/src/gallium/drivers/swr/
D.clang-format54 SpacesInCStyleCastParentheses: false
/external/libvpx/libvpx/
D.clang-format87 SpacesInCStyleCastParentheses: false
/external/skia/
D.clang-format97 SpacesInCStyleCastParentheses: false
/external/clang/unittests/Format/
DFormatTest.cpp5647 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
5653 Spaces.SpacesInCStyleCastParentheses = false; in TEST_F()
8983 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
8995 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
9047 Spaces.SpacesInCStyleCastParentheses = false; in TEST_F()
10185 CHECK_PARSE_BOOL(SpacesInCStyleCastParentheses); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp352 Style.SpacesInCStyleCastParentheses); in mapping()
554 LLVMStyle.SpacesInCStyleCastParentheses = false; in getLLVMStyle()
DTokenAnnotator.cpp1982 ? Style.SpacesInCStyleCastParentheses in spaceRequiredBetween()
/external/clang/docs/
DClangFormatStyleOptions.rst711 **SpacesInCStyleCastParentheses** (``bool``)