Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3338 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member
3970 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp16083 Style.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in TEST_F()
16135 Spaces.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in TEST_F()
16141 Spaces.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Before; in TEST_F()
16150 Spaces.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Before; in TEST_F()
16157 Spaces.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_After; in TEST_F()
16166 Spaces.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_After; in TEST_F()
20408 Style.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Both; in TEST_F()
20410 SpaceAroundPointerQualifiers, FormatStyle::SAPQ_Default); in TEST_F()
20412 SpaceAroundPointerQualifiers, FormatStyle::SAPQ_Before); in TEST_F()
20414 SpaceAroundPointerQualifiers, FormatStyle::SAPQ_After); in TEST_F()
[all …]
/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.cpp3366 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_After || in spaceRequiredBetween()
3367 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
3396 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Before || in spaceRequiredBetween()
3397 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
3486 (Style.SpaceAroundPointerQualifiers == in spaceRequiredBetween()
3488 (Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both); in spaceRequiredBetween()
H A DFormat.cpp876 Style.SpaceAroundPointerQualifiers); in mapping()
1308 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4026 **SpaceAroundPointerQualifiers** (``SpaceAroundPointerQualifiersStyle``) :versionbadge:`clang-forma…