Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4531 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member
5483 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4627 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_After || in spaceRequiredBetween()
4628 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
4657 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Before || in spaceRequiredBetween()
4658 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
4760 (Style.SpaceAroundPointerQualifiers == in spaceRequiredBetween()
4762 (Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both); in spaceRequiredBetween()
H A DFormat.cpp1175 Style.SpaceAroundPointerQualifiers); in mapping()
1661 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()