Home
last modified time | relevance | path

Searched refs:SpacesInAngles (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/
H A D.clang-format75 SpacesInAngles: Leave
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3639 SpacesInAnglesStyle SpacesInAngles; member
3976 SpacesInAngles == R.SpacesInAngles &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20709 Style.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
20711 CHECK_PARSE("SpacesInAngles: Always", SpacesInAngles, in TEST_F()
22583 TEST_F(FormatTest, SpacesInAngles) { in TEST_F() argument
22585 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
22601 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
22604 Spaces.SpacesInAngles = FormatStyle::SIAS_Never; in TEST_F()
22607 Spaces.SpacesInAngles = FormatStyle::SIAS_Leave; in TEST_F()
22618 Spaces.SpacesInAngles = FormatStyle::SIAS_Always; in TEST_F()
22621 Spaces.SpacesInAngles = FormatStyle::SIAS_Never; in TEST_F()
22629 Spaces.SpacesInAngles = FormatStyle::SIAS_Leave; in TEST_F()
[all …]
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp883 IO.mapOptional("SpacesInAngles", Style.SpacesInAngles); in mapping()
1322 LLVMStyle.SpacesInAngles = FormatStyle::SIAS_Never; in getLLVMStyle()
H A DTokenAnnotator.cpp4072 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Always) in spaceRequiredBefore()
4074 if (this->Style.SpacesInAngles == FormatStyle::SIAS_Leave) in spaceRequiredBefore()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4355 **SpacesInAngles** (``SpacesInAnglesStyle``) :versionbadge:`clang-format 3.4`