Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1622 bool SpaceInEmptyParentheses; member
1802 SpaceInEmptyParentheses == R.SpaceInEmptyParentheses &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp462 IO.mapOptional("SpaceInEmptyParentheses", Style.SpaceInEmptyParentheses); in mapping()
694 LLVMStyle.SpaceInEmptyParentheses = false; in getLLVMStyle()
H A DTokenAnnotator.cpp2409 return Style.SpaceInEmptyParentheses; in spaceRequiredBetween()