Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2928 bool SpaceBeforeInheritanceColon; member
3361 SpaceBeforeInheritanceColon == R.SpaceBeforeInheritanceColon &&
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format134 SpaceBeforeInheritanceColon: true
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp687 Style.SpaceBeforeInheritanceColon); in mapping()
1056 LLVMStyle.SpaceBeforeInheritanceColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp3326 if (Right.is(TT_InheritanceColon) && !Style.SpaceBeforeInheritanceColon) in spaceRequiredBefore()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3308 **SpaceBeforeInheritanceColon** (``bool``)