Searched refs:SpaceAroundPointerQualifiers (Results 1 – 3 of 3) sorted by relevance
3017 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member3500 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
3004 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_After || in spaceRequiredBetween()3005 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()3024 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Before || in spaceRequiredBetween()3025 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()3084 (Style.SpaceAroundPointerQualifiers == in spaceRequiredBetween()3086 (Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both); in spaceRequiredBetween()
727 Style.SpaceAroundPointerQualifiers); in mapping()1097 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()