Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2885 SpaceAroundPointerQualifiersStyle SpaceAroundPointerQualifiers; member
3363 SpaceAroundPointerQualifiers == R.SpaceAroundPointerQualifiers &&
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp2886 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_After || in spaceRequiredBetween()
2887 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
2905 if ((Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Before || in spaceRequiredBetween()
2906 Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both) && in spaceRequiredBetween()
2964 (Style.SpaceAroundPointerQualifiers == in spaceRequiredBetween()
2966 (Style.SpaceAroundPointerQualifiers == FormatStyle::SAPQ_Both); in spaceRequiredBetween()
H A DFormat.cpp690 Style.SpaceAroundPointerQualifiers); in mapping()
1053 LLVMStyle.SpaceAroundPointerQualifiers = FormatStyle::SAPQ_Default; in getLLVMStyle()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst3228 **SpaceAroundPointerQualifiers** (``SpaceAroundPointerQualifiersStyle``)