Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Format/
DFormat.h238 bool SpacesInCStyleCastParentheses; member
296 SpacesInCStyleCastParentheses == R.SpacesInCStyleCastParentheses &&
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
DFormat.cpp166 Style.SpacesInCStyleCastParentheses); in mapping()
221 LLVMStyle.SpacesInCStyleCastParentheses = false; in getLLVMStyle()
268 GoogleStyle.SpacesInCStyleCastParentheses = false; in getGoogleStyle()
DTokenAnnotator.cpp1227 ? Style.SpacesInCStyleCastParentheses in spaceRequiredBetween()