Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h549 bool SpacesInCStyleCastParentheses; member
660 SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
/external/jsoncpp/
D.clang-format42 SpacesInCStyleCastParentheses: false
/external/clang/unittests/Format/
DFormatTest.cpp5481 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
5487 Spaces.SpacesInCStyleCastParentheses = false; in TEST_F()
8549 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
8560 Spaces.SpacesInCStyleCastParentheses = true; in TEST_F()
8612 Spaces.SpacesInCStyleCastParentheses = false; in TEST_F()
9748 CHECK_PARSE_BOOL(SpacesInCStyleCastParentheses); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp328 Style.SpacesInCStyleCastParentheses); in mapping()
525 LLVMStyle.SpacesInCStyleCastParentheses = false; in getLLVMStyle()
DTokenAnnotator.cpp1870 ? Style.SpacesInCStyleCastParentheses in spaceRequiredBetween()
/external/clang/docs/
DClangFormatStyleOptions.rst618 **SpacesInCStyleCastParentheses** (``bool``)