Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format142 SpacesInParentheses: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3257 bool SpacesInParentheses; member
3514 SpacesInParentheses == R.SpacesInParentheses &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2560 (Style.Cpp11BracedListStyle && !Style.SpacesInParentheses) ? 0 : 1; in calculateFormattingInformation()
2954 : Style.SpacesInParentheses; in spaceRequiredBetween()
3127 return Style.Cpp11BracedListStyle ? Style.SpacesInParentheses : true; in spaceRequiredBetween()
3553 (Left.is(tok::l_paren) && Style.SpacesInParentheses); in spaceRequiredBefore()
H A DFormat.cpp743 IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses); in mapping()
1087 LLVMStyle.SpacesInParentheses = false; in getLLVMStyle()