Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h2968 ReferenceAlignmentStyle ReferenceAlignment; member
3952 ReferenceAlignment == R.ReferenceAlignment &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp2063 EXPECT_EQ(Style.ReferenceAlignment, FormatStyle::RAS_Pointer); in TEST_F()
2103 Style.ReferenceAlignment = FormatStyle::RAS_Pointer; in TEST_F()
2144 Style.ReferenceAlignment = FormatStyle::RAS_Left; in TEST_F()
2165 Style.ReferenceAlignment = FormatStyle::RAS_Middle; in TEST_F()
2201 Style.ReferenceAlignment = FormatStyle::RAS_Right; in TEST_F()
20225 Style.ReferenceAlignment = FormatStyle::RAS_Middle; in TEST_F()
20226 CHECK_PARSE("ReferenceAlignment: Pointer", ReferenceAlignment, in TEST_F()
20228 CHECK_PARSE("ReferenceAlignment: Left", ReferenceAlignment, in TEST_F()
20230 CHECK_PARSE("ReferenceAlignment: Right", ReferenceAlignment, in TEST_F()
20232 CHECK_PARSE("ReferenceAlignment: Middle", ReferenceAlignment, in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp851 IO.mapOptional("ReferenceAlignment", Style.ReferenceAlignment); in mapping()
1288 LLVMStyle.ReferenceAlignment = FormatStyle::RAS_Pointer; in getLLVMStyle()
2129 Style.ReferenceAlignment = FormatStyle::RAS_Pointer; in deriveLocalStyle()
H A DTokenAnnotator.cpp4971 switch (Style.ReferenceAlignment) { in getTokenReferenceAlignment()
4989 switch (Style.ReferenceAlignment) { in getTokenPointerOrReferenceAlignment()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3641 **ReferenceAlignment** (``ReferenceAlignmentStyle``) :versionbadge:`clang-format 13`