Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format64 SpacesInParentheses: false
/freebsd/contrib/libcbor/
H A D.clang-format142 SpacesInParentheses: false
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp933 bool SpacesInParentheses = false; in mapping() local
964 IO.mapOptional("SpacesInParentheses", SpacesInParentheses); in mapping()
1276 (SpacesInParentheses || SpaceInEmptyParentheses || in mapping()
1278 if (SpacesInParentheses) { in mapping()