Home
last modified time | relevance | path

Searched refs:SpaceBeforeInheritanceColon (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/libcbor/
H A D.clang-format134 SpaceBeforeInheritanceColon: true
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4145 bool SpaceBeforeInheritanceColon; member
4894 SpaceBeforeInheritanceColon == R.SpaceBeforeInheritanceColon &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1090 Style.SpaceBeforeInheritanceColon); in mapping()
1549 LLVMStyle.SpaceBeforeInheritanceColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp4807 if (Right.is(TT_InheritanceColon) && !Style.SpaceBeforeInheritanceColon) in spaceRequiredBefore()