Searched refs:SpaceAroundPointerQualifiers (Results 1 – 3 of 3) sorted by relevance
4531 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member5483 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
4627 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()
1175 Style.SpaceAroundPointerQualifiers); in mapping()1661 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()