Searched refs:SpaceAroundPointerQualifiers (Results 1 – 3 of 3) sorted by relevance
4257 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member5136 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
4506 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_After || in spaceRequiredBetween()4507 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()4536 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Before || in spaceRequiredBetween()4537 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()4639 (Style.SpaceAroundPointerQualifiers == in spaceRequiredBetween()4641 (Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both); in spaceRequiredBetween()
1088 Style.SpaceAroundPointerQualifiers); in mapping()1565 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()