Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Format/
HDFormat.h235 bool SpaceInEmptyParentheses; member
295 SpaceInEmptyParentheses == R.SpaceInEmptyParentheses &&
/trueos/contrib/llvm/tools/clang/lib/Format/
HDFormat.cpp164 IO.mapOptional("SpaceInEmptyParentheses", Style.SpaceInEmptyParentheses); in mapping()
220 LLVMStyle.SpaceInEmptyParentheses = false; in getLLVMStyle()
267 GoogleStyle.SpaceInEmptyParentheses = false; in getGoogleStyle()
HDTokenAnnotator.cpp1223 return Style.SpaceInEmptyParentheses; in spaceRequiredBetween()