Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1670 bool SpacesInParentheses; member
1807 SpacesInParentheses == R.SpacesInParentheses &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp470 IO.mapOptional("SpacesInParentheses", Style.SpacesInParentheses); in mapping()
692 LLVMStyle.SpacesInParentheses = false; in getLLVMStyle()
H A DTokenAnnotator.cpp2414 : Style.SpacesInParentheses; in spaceRequiredBetween()
2800 (Left.is(tok ::l_paren) && Style.SpacesInParentheses); in spaceRequiredBefore()