Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1564 bool SpaceBeforeInheritanceColon; member
1798 SpaceBeforeInheritanceColon == R.SpaceBeforeInheritanceColon &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp458 Style.SpaceBeforeInheritanceColon); in mapping()
700 LLVMStyle.SpaceBeforeInheritanceColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp2742 if (Right.is(TT_InheritanceColon) && !Style.SpaceBeforeInheritanceColon) in spaceRequiredBefore()