Searched refs:SpaceAroundPointerQualifiers (Results 1 – 3 of 3) sorted by relevance
4097 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member4898 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
4071 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()
1081 Style.SpaceAroundPointerQualifiers); in mapping()1546 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()