Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4097 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member
4898 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4071 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_After || in spaceRequiredBetween()
4072 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
4101 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Before || in spaceRequiredBetween()
4102 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
4193 (Style.SpaceAroundPointerQualifiers == in spaceRequiredBetween()
4195 (Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both); in spaceRequiredBetween()
H A DFormat.cpp1081 Style.SpaceAroundPointerQualifiers); in mapping()
1546 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()