Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format141 SpacesInCStyleCastParentheses: false
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3213 bool SpacesInCStyleCastParentheses; member
3509 SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp740 Style.SpacesInCStyleCastParentheses); in mapping()
1092 LLVMStyle.SpacesInCStyleCastParentheses = false; in getLLVMStyle()
H A DTokenAnnotator.cpp2953 ? Style.SpacesInCStyleCastParentheses in spaceRequiredBetween()