Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4697 bool ExceptDoubleParentheses; member
4732 : ExceptDoubleParentheses(false), InConditionalStatements(false), in SpacesInParensCustom()
4735 SpacesInParensCustom(bool ExceptDoubleParentheses, in SpacesInParensCustom()
4738 : ExceptDoubleParentheses(ExceptDoubleParentheses), in SpacesInParensCustom()
4744 return ExceptDoubleParentheses == R.ExceptDoubleParentheses &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp732 IO.mapOptional("ExceptDoubleParentheses", Spaces.ExceptDoubleParentheses); in mapping()
1189 Style.SpacesInParensOptions.ExceptDoubleParentheses = false; in mapping()
H A DTokenAnnotator.cpp4401 Style.SpacesInParensOptions.ExceptDoubleParentheses && in spaceRequiredBetween()