Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3646 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member
4304 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
/openbsd/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp3492 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_After || in spaceRequiredBetween()
3493 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
3522 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Before || in spaceRequiredBetween()
3523 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
3613 (Style.SpaceAroundPointerQualifiers == in spaceRequiredBetween()
3615 (Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both); in spaceRequiredBetween()
H A DFormat.cpp1001 Style.SpaceAroundPointerQualifiers); in mapping()
1432 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()
/openbsd/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst4621 **SpaceAroundPointerQualifiers** (``SpaceAroundPointerQualifiersStyle``) :versionbadge:`clang-forma…