Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h364 bool SpacesInCStyleCastParentheses; member
470 SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
/external/clang/unittests/Format/
DFormatTest.cpp5256 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
5262 Spaces.SpacesInCStyleCastParentheses = false; in TEST_F()
8264 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
8276 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
8323 Spaces.SpacesInCStyleCastParentheses = false; in TEST_F()
8932 CHECK_PARSE_BOOL(SpacesInCStyleCastParentheses); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp247 Style.SpacesInCStyleCastParentheses); in mapping()
376 LLVMStyle.SpacesInCStyleCastParentheses = false; in getLLVMStyle()
DTokenAnnotator.cpp1662 ? Style.SpacesInCStyleCastParentheses in spaceRequiredBetween()
/external/clang/docs/
DClangFormatStyleOptions.rst470 **SpacesInCStyleCastParentheses** (``bool``)