Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4156 bool SpaceBeforeJsonColon; member
4895 SpaceBeforeJsonColon == R.SpaceBeforeJsonColon &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1091 IO.mapOptional("SpaceBeforeJsonColon", Style.SpaceBeforeJsonColon); in mapping()
1550 LLVMStyle.SpaceBeforeJsonColon = false; in getLLVMStyle()
H A DTokenAnnotator.cpp4492 return Style.SpaceBeforeJsonColon; in spaceRequiredBefore()