Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format134 SpaceBeforeInheritanceColon: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3060 bool SpaceBeforeInheritanceColon; member
3498 SpaceBeforeInheritanceColon == R.SpaceBeforeInheritanceColon &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp724 Style.SpaceBeforeInheritanceColon); in mapping()
1100 LLVMStyle.SpaceBeforeInheritanceColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp3453 if (Right.is(TT_InheritanceColon) && !Style.SpaceBeforeInheritanceColon) in spaceRequiredBefore()