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.h4979 bool ExceptDoubleParentheses; member
5014 : ExceptDoubleParentheses(false), InConditionalStatements(false), in SpacesInParensCustom()
5017 SpacesInParensCustom(bool ExceptDoubleParentheses, in SpacesInParensCustom()
5020 : ExceptDoubleParentheses(ExceptDoubleParentheses), in SpacesInParensCustom()
5026 return ExceptDoubleParentheses == R.ExceptDoubleParentheses &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp789 IO.mapOptional("ExceptDoubleParentheses", Spaces.ExceptDoubleParentheses); in mapping()
1280 Style.SpacesInParensOptions.ExceptDoubleParentheses = false; in mapping()
H A DTokenAnnotator.cpp4524 if (Style.SpacesInParensOptions.ExceptDoubleParentheses && in spaceRequiredBetween()