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.h4316 bool SpaceBeforeJsonColon; member
5133 SpaceBeforeJsonColon == R.SpaceBeforeJsonColon &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1098 IO.mapOptional("SpaceBeforeJsonColon", Style.SpaceBeforeJsonColon); in mapping()
1571 LLVMStyle.SpaceBeforeJsonColon = false; in getLLVMStyle()
H A DTokenAnnotator.cpp4947 return Style.SpaceBeforeJsonColon; in spaceRequiredBefore()