Home
last modified time | relevance | path

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

/src/contrib/libcbor/
H A D.clang-format134 SpaceBeforeInheritanceColon: true
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4305 bool SpaceBeforeInheritanceColon; member
5132 SpaceBeforeInheritanceColon == R.SpaceBeforeInheritanceColon &&
/src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1097 Style.SpaceBeforeInheritanceColon); in mapping()
1570 LLVMStyle.SpaceBeforeInheritanceColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp5300 if (Right.is(TT_InheritanceColon) && !Style.SpaceBeforeInheritanceColon) in spaceRequiredBefore()