Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format137 SpaceInEmptyParentheses: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3150 bool SpaceInEmptyParentheses; member
3504 SpaceInEmptyParentheses == R.SpaceInEmptyParentheses &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp731 IO.mapOptional("SpaceInEmptyParentheses", Style.SpaceInEmptyParentheses); in mapping()
1090 LLVMStyle.SpaceInEmptyParentheses = false; in getLLVMStyle()
H A DTokenAnnotator.cpp2932 return Style.SpaceInEmptyParentheses; in spaceRequiredBetween()