Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3386 bool SpaceBeforeInheritanceColon; member
3967 SpaceBeforeInheritanceColon == R.SpaceBeforeInheritanceColon &&
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp872 Style.SpaceBeforeInheritanceColon); in mapping()
1311 LLVMStyle.SpaceBeforeInheritanceColon = true; in getLLVMStyle()
H A DTokenAnnotator.cpp4005 if (Right.is(TT_InheritanceColon) && !Style.SpaceBeforeInheritanceColon) in spaceRequiredBefore()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15900 InheritanceStyle.SpaceBeforeInheritanceColon = false; in TEST_F()
16013 NoSpaceStyle.SpaceBeforeInheritanceColon = false; in TEST_F()
16045 InvertedSpaceStyle.SpaceBeforeInheritanceColon = false; in TEST_F()
20089 CHECK_PARSE_BOOL(SpaceBeforeInheritanceColon); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4106 **SpaceBeforeInheritanceColon** (``Boolean``) :versionbadge:`clang-format 7`