Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1663 bool SpacesInCStyleCastParentheses; member
1806 SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp469 Style.SpacesInCStyleCastParentheses); in mapping()
696 LLVMStyle.SpacesInCStyleCastParentheses = false; in getLLVMStyle()
H A DTokenAnnotator.cpp2413 ? Style.SpacesInCStyleCastParentheses in spaceRequiredBetween()