Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4035 bool SpacesInParentheses; member
4319 SpacesInParentheses == R.SpacesInParentheses &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp2983 (Style.Cpp11BracedListStyle && !Style.SpacesInParentheses) ? 0 : 1; in calculateFormattingInformation()
3437 : Style.SpacesInParentheses; in spaceRequiredBetween()
3660 return Style.Cpp11BracedListStyle ? Style.SpacesInParentheses : true; in spaceRequiredBetween()
4287 (Left.is(tok::l_paren) && Style.SpacesInParentheses); in spaceRequiredBefore()
H A DFormat.cpp1030 IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses); in mapping()
1452 LLVMStyle.SpacesInParentheses = false; in getLLVMStyle()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst5085 **SpacesInParentheses** (``Boolean``) :versionbadge:`clang-format 3.7` :ref:`¶ <SpacesInParentheses