Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format56 SpaceBeforeInheritanceColon: true
/freebsd/contrib/libcbor/
H A D.clang-format134 SpaceBeforeInheritanceColon: true
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4579 bool SpaceBeforeInheritanceColon; member
5479 SpaceBeforeInheritanceColon == R.SpaceBeforeInheritanceColon &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1184 Style.SpaceBeforeInheritanceColon); in mapping()
1666 LLVMStyle.SpaceBeforeInheritanceColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp5424 if (Right.is(TT_InheritanceColon) && !Style.SpaceBeforeInheritanceColon) in spaceRequiredBefore()