Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3017 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member
3500 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp3004 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()
H A DFormat.cpp727 Style.SpaceAroundPointerQualifiers); in mapping()
1097 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()