Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4257 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member
5136 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
/src/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp4506 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()
H A DFormat.cpp1088 Style.SpaceAroundPointerQualifiers); in mapping()
1565 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()